MeasurementModel class

Inheritance

Constructors

MeasurementModel()

Properties

error String?
getter/setter pair
finalResultsString String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
imageData ↔ ImageData?
getter/setter pair
imageValidityString String
getter/setter pair
isLoading bool
no setter
isStopped bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds int
getter/setter pair
sessionState ↔ SessionState?
getter/setter pair
showImageValidity bool
getter/setter pair
timer Timer?
getter/setter pair
userLoad bool
getter/setter pair
vitalresults Map?
getter/setter pair
warning String?
getter/setter pair

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
isauthenticated(dynamic context, {required dynamic phone, required ConfigurationModel tap}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
onEnabledVitalSigns(SessionEnabledVitalSigns enabledVitalSigns) → void
onError(ErrorData errorData) → void
onFinalResults(VitalSignsResults finalResults) → void
onImageData(ImageData imageData) → void
onLicenseInfo(LicenseInfo licenseInfo) → void
onSessionStateChange(SessionState sessionState) → void
onVitalSign(VitalSign vitalSign) → void
onWarning(WarningData warningData) → void
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
reset() → void
saveUserData(dynamic context, {dynamic postJson}) Future<void>
screenInFocus(bool focus, {required dynamic sex, required dynamic age, required dynamic weight, required dynamic licenseKey}) → dynamic
startStopButtonClicked({required dynamic measurementDuration}) → void
startTimer() → void
stopTimer() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited