menu
fluxer_dart package
documentation
models/application_admin_response.dart
ApplicationAdminResponse
botIsPublic property
botIsPublic property
dark_mode
light_mode
botIsPublic
property
@JsonKey.new(name: 'bot_is_public')
bool
botIsPublic
final
Whether the bot is publicly joinable
Implementation
@JsonKey(name: 'bot_is_public') final bool botIsPublic;
fluxer_dart package
documentation
models/application_admin_response
ApplicationAdminResponse
botIsPublic property
ApplicationAdminResponse class