menu
fluxer_dart package
documentation
models/user_partial_response.dart
UserPartialResponse
bot property
bot property
dark_mode
light_mode
bot
property
@JsonKey.new(includeIfNull: false)
bool
?
bot
final
Whether the user is a bot account
Implementation
@JsonKey(includeIfNull: false) final bool? bot;
fluxer_dart package
documentation
models/user_partial_response
UserPartialResponse
bot property
UserPartialResponse class