InsanichessConfig class abstract

Holds configuration fields that both client and server need or share.

Constructors

InsanichessConfig()

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

expirePrivateChallengeAfter → const Duration
The duration in which a private challenge needs to be accepted before it is cancelled by the server.
expirePublicChallengeAfter → const Duration
The duration in which a public challenge needs to be matchmade before it is cancelled by the server.
whiteForFirstMove → const Duration
Duration in which white has to perform a move before or else the game is disbanded.