state property
ValueListenable<StockfishState>
get
state
The current state of the underlying stockfish engine.
Implementation
ValueListenable<StockfishState> get state => _state;
The current state of the underlying stockfish engine.
ValueListenable<StockfishState> get state => _state;