menu
fluxer_dart package
documentation
models/bot_profile_response.dart
BotProfileResponse
avatar property
avatar property
dark_mode
light_mode
avatar
property
@JsonKey.new(includeIfNull: true)
String
?
avatar
final
The avatar hash of the bot
Implementation
@JsonKey(includeIfNull: true) final String? avatar;
fluxer_dart package
documentation
models/bot_profile_response
BotProfileResponse
avatar property
BotProfileResponse class