isBot property

bool get isBot

Implementation

bool get isBot => id.startsWith(kBotPrefix) || this is BotProfile;