Activity class
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
-
Activity({String? userId, String? userKey, required String id, required DateTime date, double? caloriesTotal, double? caloriesActive, double? steps, double? dailyMovement, double? low, double? medium, double? high, required Source source})
-
-
Activity.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited