isCurrentPlayerBot property

bool get isCurrentPlayerBot

True if the current player's seat is a bot.

Implementation

bool get isCurrentPlayerBot =>
    botPlayerIndices.contains(state.currentPlayerIndex);