OpenMHealthSchema class abstract
Base abstract class for all OpenMHealth schema representations.
OpenMHealth is an open standard for mobile health data interoperability. Classes extending this abstract class must implement toJson to provide their specific schema serialization and schemaId to identify the schema version.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this schema object to its JSON representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited