menu
saimobileapps_common package
documentation
models/auth_profile.dart
AuthProfile
AuthProfile.new constructor
AuthProfile.new constructor
dark_mode
light_mode
AuthProfile
constructor
AuthProfile
(
{
required
String
userId
,
String
?
email
,
String
?
name
,
String
?
pictureUrl
,
})
Implementation
AuthProfile({ required this.userId, this.email, this.name, this.pictureUrl, });
saimobileapps_common package
documentation
models/auth_profile
AuthProfile
AuthProfile.new constructor
AuthProfile class