SleepStage class
Sleep stage segment.
Constructors
- SleepStage({String? createTime, String? endTime, String? endUtcOffset, String? startTime, String? startUtcOffset, String? type, String? updateTime})
- SleepStage.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Creation time of this sleep stages segment.
getter/setter pair
- endTime ↔ String?
-
Sleep stage end time.
getter/setter pair
- endUtcOffset ↔ String?
-
The offset of the user's local time at the end of the sleep stage relative
to the Coordinated Universal Time (UTC).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Sleep stage start time.
getter/setter pair
- startUtcOffset ↔ String?
-
The offset of the user's local time at the start of the sleep stage
relative to the Coordinated Universal Time (UTC).
getter/setter pair
- type ↔ String?
-
Sleep stage type: AWAKE, DEEP, REM, LIGHT etc.
getter/setter pair
- updateTime ↔ String?
-
Last update time of this sleep stages segment.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited