menu
ruut_flutter package
documentation
data/local/entity/ruut_user.dart
RuutUser
avatarUrl property
avatarUrl property
dark_mode
light_mode
avatarUrl
property
@JsonKey(name: "avatar_url")
@HiveField(4)
String
?
avatarUrl
final
profile picture url of user
Implementation
@JsonKey(name: "avatar_url") @HiveField(4) final String? avatarUrl;
ruut_flutter package
documentation
data/local/entity/ruut_user
RuutUser
avatarUrl property
RuutUser class