UUserCreateParams constructor
UUserCreateParams({
- required String userName,
- required String password,
- required String phoneNumber,
- required String email,
- required List<
int> tags, - String? firstName,
- String? lastName,
- String? bio,
- String? country,
- String? state,
- String? city,
- DateTime? birthdate,
- int? weight,
- int? height,
- String? address,
- String? fatherName,
- String? fcmToken,
- List<
String> ? health1, - List<
String> ? foodAllergies, - List<
String> ? drugAllergies, - List<
String> ? sickness, - List<
String> ? categories,
Implementation
UUserCreateParams({
required this.userName,
required this.password,
required this.phoneNumber,
required this.email,
required this.tags,
this.firstName,
this.lastName,
this.bio,
this.country,
this.state,
this.city,
this.birthdate,
this.weight,
this.height,
this.address,
this.fatherName,
this.fcmToken,
this.health1,
this.foodAllergies,
this.drugAllergies,
this.sickness,
this.categories,
});