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.

Implementers

Constructors

OpenMHealthSchema()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaId String
Gets the unique identifier for this OpenMHealth schema.
no setter

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