menu
digetpay_spos_plugin package
documentation
models/user_profile.dart
UserProfile
UserProfile.new const constructor
UserProfile.new const constructor
dark_mode
light_mode
UserProfile
constructor
const
UserProfile
(
{
String
?
userId
,
String
?
name
,
String
?
userType
,
String
?
email
,
String
?
logo
,
})
Implementation
const UserProfile({ this.userId, this.name, this.userType, this.email, this.logo, });
digetpay_spos_plugin package
documentation
models/user_profile
UserProfile
UserProfile.new const constructor
UserProfile class