PlannedWorkoutRepeatStep class
- Inheritance
-
- Object
- PlannedWorkoutSteps
- PlannedWorkoutRepeatStep
Constructors
-
PlannedWorkoutRepeatStep({int? order, required int type, String? name, String? description, int? intensity, List<
PlannedWorkoutStepDuration> ? durations, List<PlannedWorkoutStepTarget> ? targets, List<PlannedWorkoutStep> ? steps}) -
PlannedWorkoutRepeatStep.fromJson(Map<
String, dynamic> json)
Properties
- description ↔ String?
-
getter/setter pair
-
durations
↔ List<
PlannedWorkoutStepDuration> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intensity ↔ int?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- order ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
steps
↔ List<
PlannedWorkoutStep> ? -
getter/setter pair
-
targets
↔ List<
PlannedWorkoutStepTarget> ? -
getter/setter pair
- type ↔ 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