ICServerRoute class Null safety

Holds route definitions.

Constructors

ICServerRoute()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

api → const String
'api'
apiAuth → const String
'auth'
apiAuthLogin → const String
'login'
apiAuthRegister → const String
'register'
apiChallenge → const String
'challenge'
apiChallengeAccept → const String
'accept'
apiChallengeDecline → const String
'decline'
apiGame → const String
'game'
apiGameLive → const String
'live'
apiGames → const String
'games'
apiGamesLive → const String
'live'
apiGamesLiveCount → const String
'count'
apiPlayer → const String
'player'
apiPlayers → const String
'players'
apiPlayersOnline → const String
'online'
apiPlayersOnlineCount → const String
'count'
apiSettings → const String
'settings'
wss → const String
'wss'
wssGame → const String
'game'
wssGameBlack → const String
'black'
wssGameWhite → const String
'white'