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