isBotRole property

bool isBotRole

Returns true if role is for bot.

Implementation

bool get isBotRole => botId != null;