ExcerciseInfoResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ExcerciseInfoResponseModel({String? isexercisescheduled, String? isexerciseactive, String? exercisestarttime, String? lastexercise, double? lastran, String? lastrandatetime, String? exerciseinterval, String? exerciserundurationminutes, String? exercisemode, double? nextexercise, String? nextexercisedatetime})
-
const
-
ExcerciseInfoResponseModel.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 → double?
-
final
- lastrandatetime → String?
-
final
- nextexercise → double?
-
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 ExcerciseInfoResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ExcerciseInfoResponseModel instance)