menu
fluxer_dart package
documentation
models/user_private_response.dart
UserPrivateResponse
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_private_response
UserPrivateResponse
bot property
UserPrivateResponse class