SleepContributors class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SleepContributors.new({dynamic deepSleep, dynamic efficiency, dynamic latency, dynamic remSleep, dynamic restfulness, dynamic timing, dynamic totalSleep})
const
SleepContributors.fromJson(Map<String, dynamic> json)
factory

Properties

deepSleep → dynamic
final
efficiency → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
latency → dynamic
final
remSleep → dynamic
final
restfulness → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timing → dynamic
final
totalSleep → dynamic
final

Methods

copyWith({dynamic deepSleep, dynamic efficiency, dynamic latency, dynamic remSleep, dynamic restfulness, dynamic timing, dynamic totalSleep}) SleepContributors

Available on SleepContributors, provided by the $SleepContributorsExtension extension

copyWithWrapped({Wrapped? deepSleep, Wrapped? efficiency, Wrapped? latency, Wrapped? remSleep, Wrapped? restfulness, Wrapped? timing, Wrapped? totalSleep}) SleepContributors

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