menu
fluxer_dart package
documentation
models/application_response.dart
ApplicationResponse
botPublic property
botPublic property
dark_mode
light_mode
botPublic
property
@JsonKey.new(name: 'bot_public')
bool
botPublic
final
Whether the bot can be invited by anyone
Implementation
@JsonKey(name: 'bot_public') final bool botPublic;
fluxer_dart package
documentation
models/application_response
ApplicationResponse
botPublic property
ApplicationResponse class