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