Characteristic class
Equivalent of Characteristic from HealthKitReporter https://cocoapods.org/pods/HealthKitReporter
Supports map representation.
Has a Characteristic.fromJson constructor to create instances from JSON payload coming from iOS native code.
Requires CharacteristicType permissions provided.
Constructors
-
Characteristic.fromJson(Map<
String, dynamic> json) - General constructor from JSON payload
Properties
- activityMoveMode → ActivityMoveMode?
-
final
- biologicalSex → BiologicalSex?
-
final
- birthday → DateTime?
-
final
- bloodType → BloodType?
-
final
- fitzpatrickSkinType → FitzpatrickSkinType?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
map
→ Map<
String, String?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wheelchairUse → WheelchairUse?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited