Count class

Annotations
  • @freezed

Constructors

Count({int? all, int? rated, int? ai, int? draw, int? drawH, int? loss, int? lossH, int? win, int? winH, int? bookmark, int? playing, int? import, int? me})
const
factory
Count.fromJson(Map<String, dynamic> json)
factory

Properties

ai int?
no setterinherited
all int?
no setterinherited
bookmark int?
no setterinherited
copyWith → $CountCopyWith<Count>
no setterinherited
draw int?
no setterinherited
drawH int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
import int?
no setterinherited
loss int?
no setterinherited
lossH int?
no setterinherited
me int?
no setterinherited
playing int?
no setterinherited
rated int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
win int?
no setterinherited
winH int?
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