DailySpO2Model class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

DailySpO2Model.new({required String id, required DateTime day, required dynamic spo2Percentage})
const
DailySpO2Model.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
spo2Percentage → dynamic
final

Methods

copyWith({String? id, DateTime? day, dynamic spo2Percentage}) DailySpO2Model

Available on DailySpO2Model, provided by the $DailySpO2ModelExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<DateTime>? day, Wrapped? spo2Percentage}) DailySpO2Model

Available on DailySpO2Model, provided by the $DailySpO2ModelExtension 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 DailySpO2Model Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DailySpO2Model instance)