menu
package_auth package
documentation
my_auth_repository.dart
UserModel
UserModel.new constructor
UserModel.new constructor
dark_mode
light_mode
UserModel
constructor
UserModel
(
{
required
String
id
,
required
String
name
,
required
String
email
,
})
Implementation
UserModel({required this.id, required this.name, required this.email});
package_auth package
documentation
my_auth_repository
UserModel
UserModel.new constructor
UserModel class