Activity class
- Annotations
-
- @JsonSerializable.new(createToJson: false, fieldRename: FieldRename.snake)
Constructors
-
Activity({String? userId, required String id, required String calendarDate, double? caloriesTotal, double? caloriesActive, double? steps, 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