Counts class

Annotations
  • @freezed

Constructors

Counts({@JsonKey.new(name: 'inHour') @Default.new(0) int inHour, @JsonKey.new(name: 'inToday') @Default.new(0) int inToday, @JsonKey.new(name: 'inTotal') @Default.new(0) int inTotal, @JsonKey.new(name: 'outHour') @Default.new(0) int outHour, @JsonKey.new(name: 'outToday') @Default.new(0) int outToday, @JsonKey.new(name: 'outTotal') @Default.new(0) int outTotal})
const
factory
Counts.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $CountsCopyWith<Counts>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inHour int
no setterinherited
inToday int
no setterinherited
inTotal int
no setterinherited
outHour int
no setterinherited
outToday int
no setterinherited
outTotal int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited