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