ReadinessContributors class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ReadinessContributors.new({required dynamic activityBalance, required dynamic bodyTemperature, required dynamic hrvBalance, required dynamic previousDayActivity, required dynamic previousNight, required dynamic recoveryIndex, required dynamic restingHeartRate, required dynamic sleepBalance})
const
ReadinessContributors.fromJson(Map<String, dynamic> json)
factory

Properties

activityBalance → dynamic
final
bodyTemperature → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
hrvBalance → dynamic
final
previousDayActivity → dynamic
final
previousNight → dynamic
final
recoveryIndex → dynamic
final
restingHeartRate → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sleepBalance → dynamic
final

Methods

copyWith({dynamic activityBalance, dynamic bodyTemperature, dynamic hrvBalance, dynamic previousDayActivity, dynamic previousNight, dynamic recoveryIndex, dynamic restingHeartRate, dynamic sleepBalance}) ReadinessContributors

Available on ReadinessContributors, provided by the $ReadinessContributorsExtension extension

copyWithWrapped({Wrapped? activityBalance, Wrapped? bodyTemperature, Wrapped? hrvBalance, Wrapped? previousDayActivity, Wrapped? previousNight, Wrapped? recoveryIndex, Wrapped? restingHeartRate, Wrapped? sleepBalance}) ReadinessContributors

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