UserModel constructor
const
UserModel({})
Implementation
const UserModel({
required this.id,
required this.email,
required this.username,
required this.name,
required this.address,
required this.phone,
});