TournamentMatch class

Constructors

TournamentMatch()

Properties

finished bool
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hasStarted bool
read / write
matchID String
read / write
player1Elo int
read / write
player1ID String
read / write
player1Image String
read / write
player1Name String
read / write
player2Elo int
read / write
player2ID String
read / write
player2Image String
read / write
player2Name String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
startTime String
read / write
winner 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 matchID, String startTime, String player1ID, String player1Name, String player1Image, int player1Elo, String player2ID, String player2Name, String player2Image, int player2Elo, bool hasStarted, bool finished, String winner) → void

Operators

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