MultiDocumentResponseDailySpO2Model class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MultiDocumentResponseDailySpO2Model.new({required List<DailySpO2Model> data, required dynamic nextToken})
const
MultiDocumentResponseDailySpO2Model.fromJson(Map<String, dynamic> json)
factory

Properties

data List<DailySpO2Model>
final
hashCode int
The hash code for this object.
no setteroverride
nextToken → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<DailySpO2Model>? data, dynamic nextToken}) MultiDocumentResponseDailySpO2Model

Available on MultiDocumentResponseDailySpO2Model, provided by the $MultiDocumentResponseDailySpO2ModelExtension extension

copyWithWrapped({Wrapped<List<DailySpO2Model>>? data, Wrapped? nextToken}) MultiDocumentResponseDailySpO2Model

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