HRPlannedWorkoutStepTarget class
- Inheritance
-
- Object
- PlannedWorkoutStepTarget
- HRPlannedWorkoutStepTarget
Constructors
- HRPlannedWorkoutStepTarget({PlannedWorkoutStepTargetType targetType = PlannedWorkoutStepTargetType.heartRate, int? hrBpmHigh, int? hrBpmLow, double? hrPercentage, double? hrPercentageLow, double? hrPercentageHigh})
-
HRPlannedWorkoutStepTarget.fromJson(Map<
String, dynamic> json) -
factory
- HRPlannedWorkoutStepTarget.fromValue({required int targetType, int? hrBpmHigh, int? hrBpmLow, double? hrPercentage, double? hrPercentageLow, double? hrPercentageHigh})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hrBpmHigh ↔ int?
-
getter/setter pair
- hrBpmLow ↔ int?
-
getter/setter pair
- hrPercentage ↔ double?
-
getter/setter pair
- hrPercentageHigh ↔ double?
-
getter/setter pair
- hrPercentageLow ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetType ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited