latestTestResults
abstract val latestTestResults: MimiObservable<AsyncState<MimiTestResults?>>
Content copied to clipboard
A MimiObservable exposing the latest MimiTestResults for the current user.
The value is automatically updated when the user changes.
When there is no current user, the AsyncState.value property will be null.