ChessnutBoard class
Constructors
Properties
Methods
-
equals(
List< int> a, List<int> b) → bool -
getAckFuture(
) → Future< void> -
getBoardUpdateStream(
) → Stream< Map< ?String, String> > -
getInputStream(
) → Stream< ChessnutMessage> ? -
init(
ChessnutCommunicationClient client) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLEDs(
LEDPattern pattern) → Future< void> -
skipToNextStart(
int start, List< int> buffer) → List<int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited