GGSClock class final
GGS clock (to play a game)
- Inheritance
 - Implemented types
 - Available extensions
 
Constructors
Properties
- 
  address
  → Pointer<
T>  - 
      
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - ext_flag ↔ int
 - 
  < extra time flag. true = NOT add
  getter/setter pair
 - ext_move ↔ int
 - 
  < number of moves allowed during extra time
  getter/setter pair
 - ext_time ↔ int
 - 
  < extra time in ms.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - inc_flag ↔ int
 - 
  < incremental time flag.  true = NOT additive
  getter/setter pair
 - inc_move ↔ int
 - 
  < number of moves allowed during incremental time
  getter/setter pair
 - inc_time ↔ int
 - 
  < incremental time in ms.
  getter/setter pair
 - ini_flag ↔ int
 - 
  < base time flag. true = NOT loss
  getter/setter pair
 - ini_move ↔ int
 - 
  < number of moves allowed during base time
  getter/setter pair
 - ini_time ↔ int
 - 
  < base time in ms.
  getter/setter pair
 - 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