AppleHealthElement class
- Annotations
-
- @HiveType(typeId: 0)
Constructors
Properties
- box → BoxBase?
-
Get the box in which this object is stored. Returns
null
if object has not been added to a box yet.no setterinherited - date → String?
-
final
- dateFrom ↔ String?
-
getter/setter pair
- dateTo ↔ String?
-
getter/setter pair
- deviceId ↔ String?
-
getter/setter pair
- deviceName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthValue ↔ String?
-
getter/setter pair
- id → String?
-
final
- isInBox → bool
-
Returns whether this object is currently stored in a box.
no setterinherited
- key → dynamic
-
Get the key associated with this object. Returns
null
if object has not been added to a box yet.no setterinherited - platform ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceId ↔ String?
-
getter/setter pair
- synced ↔ bool?
-
getter/setter pair
- syncedDate ↔ String?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- uuid ↔ String?
-
getter/setter pair
- value → String?
-
final
Methods
-
delete(
) → Future< void> -
Deletes this object from the box it is stored in.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
) → Future< void> -
Persists this object.
inherited
-
toMap(
) → Map< String, String> -
toMapForApi(
) → Map< String, String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited