ManageTournamentData class
Constructors
Properties
- creatorElo ↔ int
-
read / write
- creatorId ↔ String
-
read / write
- creatorImage ↔ String
-
read / write
- creatorName ↔ String
-
read / write
- duration ↔ int
-
read / write
- finished ↔ bool
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasStarted ↔ bool
-
read / write
- id ↔ String
-
read / write
- increment ↔ int
-
read / write
- rounds ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startTime ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
String id, String creatorId, String creatorName, String creatorImage, String startTime, int rounds, int duration, int increment, bool finished, bool hasStarted) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited