Move class

dart representation of Move in libedax world.

Annotations
  • @immutable

Constructors

Move(int flipped, int x, int score, int cost)
const
Move.fromCStruct(Move cMove)
initialize from C struct

Properties

cost int
final
flipped int
player's bitboard.
final
hashCode int
The hash code for this object.
no setterinherited
isNoMove bool
no setter
isPass bool
no setter
moveString String
e.g. f5
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
final
scoreString String
e.g. +10
no setter
x int
played square.
final

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