Hint class

dart representation of Hint in libedax world.

Annotations
  • @immutable

Constructors

Hint(int depth, int selectivity, int move, int score, int upper, int lower, bool isBookMove)
const
Hint.fromCStruct(Hint cHint)
initialize from C struct

Properties

depth int
searched depth(except book moves).
final
hashCode int
The hash code for this object.
no setterinherited
isBookMove bool
book move origin.
final
isNoMove bool
no setter
isPass bool
no setter
lower int
lower score(except book moves).
final
move int
best move found.
final
moveString String
e.g. f5
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
best score.
final
scoreString String
e.g. +10
no setter
selectivity int
searched selectivity(except book moves).
final
upper int
upper score(except book moves).
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