TimeInHeartRateZones class
Time spent in each heart rate zone.
Constructors
- TimeInHeartRateZones({String? lightTime, String? moderateTime, String? peakTime, String? vigorousTime})
- TimeInHeartRateZones.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lightTime ↔ String?
-
Time spent in light heart rate zone.
getter/setter pair
- moderateTime ↔ String?
-
Time spent in moderate heart rate zone.
getter/setter pair
- peakTime ↔ String?
-
Time spent in peak heart rate zone.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vigorousTime ↔ String?
-
Time spent in vigorous heart rate zone.
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