GetGeneratorExcerciseInfoResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- GetGeneratorExcerciseInfoResponseModel({String? isExerciseScheduled, String? isExerciseActive, String? exerciseStartTime, String? lastExercise, int? lastRan, String? lastRanDateTime, String? exerciseInterval, String? exerciseRunDurationMinutes, String? exerciseMode, int? nextExercise, String? nextExerciseDateTime})
-
const
-
GetGeneratorExcerciseInfoResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- exerciseInterval → String?
-
final
- exerciseMode → String?
-
final
- exerciseRunDurationMinutes → String?
-
final
- exerciseStartTime → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isExerciseActive → String?
-
final
- isExerciseScheduled → String?
-
final
- lastExercise → String?
-
final
- lastRan → int?
-
final
- lastRanDateTime → String?
-
final
- nextExercise → int?
-
final
- nextExerciseDateTime → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const GetGeneratorExcerciseInfoResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(GetGeneratorExcerciseInfoResponseModel instance)