menu
flenx package
documentation
shell/models/app_user.dart
AppUser
AppUser.new const constructor
AppUser.new const constructor
dark_mode
light_mode
AppUser
constructor
const
AppUser
(
{
required
String
name
,
required
String
role
,
String
?
email
,
String
?
avatarUrl
,
})
Implementation
const AppUser({ required this.name, required this.role, this.email, this.avatarUrl, });
flenx package
documentation
shell/models/app_user
AppUser
AppUser.new const constructor
AppUser class