menu
flutter_chat_kits package
documentation
models/profile.dart
Profile
isBot property
isBot property
dark_mode
light_mode
isBot
property
bool
get
isBot
Implementation
bool get isBot => id.startsWith(kBotPrefix) || this is BotProfile;
flutter_chat_kits package
documentation
models/profile
Profile
isBot property
Profile class