menu
flutter_zalo_login package
documentation
models/zalo_profile_model.dart
ZaloProfileModel
ZaloProfileModel constructor
ZaloProfileModel constructor
dark_mode
light_mode
ZaloProfileModel
constructor
ZaloProfileModel
(
{
String
?
birthday
,
String
?
gender
,
String
?
name
,
String
?
id
,
Picture
?
picture
,
})
Implementation
ZaloProfileModel({ this.birthday, this.gender, this.name, this.id, this.picture, });
flutter_zalo_login package
documentation
models/zalo_profile_model
ZaloProfileModel
ZaloProfileModel constructor
ZaloProfileModel class