DailyStressModel class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

DailyStressModel.new({required String id, required DateTime day, required dynamic stressHigh, required dynamic recoveryHigh, dynamic daySummary})
const
DailyStressModel.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

copyWith({String? id, DateTime? day, dynamic stressHigh, dynamic recoveryHigh, dynamic daySummary}) DailyStressModel

Available on DailyStressModel, provided by the $DailyStressModelExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<DateTime>? day, Wrapped? stressHigh, Wrapped? recoveryHigh, Wrapped? daySummary}) DailyStressModel

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