Perfs class

Annotations
  • @freezed

Constructors

Perfs({Perf? chess960, Perf? atomic, Perf? racingKings, Perf? ultraBullet, Perf? blitz, Perf? kingOfTheHill, Perf? bullet, Perf? correspondence, Perf? horde, Perf? puzzle, Perf? classical, Perf? rapid, StormPerf? storm})
const
factory
Perfs.fromJson(Map<String, dynamic> json)
factory

Properties

atomic Perf?
no setterinherited
blitz Perf?
no setterinherited
bullet Perf?
no setterinherited
chess960 Perf?
no setterinherited
classical Perf?
no setterinherited
copyWith → $PerfsCopyWith<Perfs>
no setterinherited
correspondence Perf?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
horde Perf?
no setterinherited
kingOfTheHill Perf?
no setterinherited
puzzle Perf?
no setterinherited
racingKings Perf?
no setterinherited
rapid Perf?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storm StormPerf?
no setterinherited
ultraBullet Perf?
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