ICServerRoute class abstract

Holds route definitions.

Constructors

ICServerRoute()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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
apiAuth → const String
apiAuthLogin → const String
apiAuthRegister → const String
apiChallenge → const String
apiChallengeAccept → const String
apiChallengeDecline → const String
apiGame → const String
apiGameLive → const String
apiGames → const String
apiGamesLive → const String
apiGamesLiveCount → const String
apiPlayer → const String
apiPlayers → const String
apiPlayersOnline → const String
apiPlayersOnlineCount → const String
apiSettings → const String
wss → const String
wssGame → const String
wssGameBlack → const String
wssGameWhite → const String