menu
fluxer_dart package
documentation
models/application_bot_response.dart
ApplicationBotResponse
token property
token property
dark_mode
light_mode
token
property
@JsonKey.new(includeIfNull: false)
String
?
token
final
The bot token for authentication
Implementation
@JsonKey(includeIfNull: false) final String? token;
fluxer_dart package
documentation
models/application_bot_response
ApplicationBotResponse
token property
ApplicationBotResponse class