menu
super_auth package
documentation
features/auth/data/models/avatar.dart
Avatar
Avatar.new constructor
Avatar.new constructor
dark_mode
light_mode
Avatar
constructor
Avatar
(
String
id
,
String
?
largeImg
,
String
?
bgImg
,
String
?
desc
,
String
?
welcomeDialogue
,
)
Implementation
Avatar(this.id, this.largeImg, this.bgImg, this.desc, this.welcomeDialogue);
super_auth package
documentation
features/auth/data/models/avatar
Avatar
Avatar.new constructor
Avatar class