VO2MaxModel class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

VO2MaxModel.new({required String id, required DateTime day, required String timestamp, required dynamic vo2Max})
const
VO2MaxModel.fromJson(Map<String, dynamic> json)
factory

Properties

day DateTime
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String
final
vo2Max → dynamic
final

Methods

copyWith({String? id, DateTime? day, String? timestamp, dynamic vo2Max}) VO2MaxModel

Available on VO2MaxModel, provided by the $VO2MaxModelExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<DateTime>? day, Wrapped<String>? timestamp, Wrapped? vo2Max}) VO2MaxModel

Available on VO2MaxModel, provided by the $VO2MaxModelExtension extension

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 VO2MaxModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(VO2MaxModel instance)