isCurrentPlayerBot property
bool
get
isCurrentPlayerBot
True if the current player's seat is a bot.
Implementation
bool get isCurrentPlayerBot =>
botPlayerIndices.contains(state.currentPlayerIndex);
True if the current player's seat is a bot.
bool get isCurrentPlayerBot =>
botPlayerIndices.contains(state.currentPlayerIndex);