UUserCreateParams constructor
UUserCreateParams({
- required String userName,
- required String password,
- required List<
int> tags, - String? phoneNumber,
- String? email,
- String? landLine,
- String? firstName,
- String? lastName,
- String? nationalCode,
- String? bio,
- DateTime? birthdate,
- double? weight,
- double? height,
- String? fatherName,
- String? fcmToken,
- List<
String> ? categories, - String? nationalCardFront,
- String? nationalCardBack,
- String? birthCertificateFirst,
- String? birthCertificateSecond,
- String? birthCertificateThird,
- String? birthCertificateForth,
- String? birthCertificateFifth,
- String? visualAuthentication,
- String? eSignature,
- String? detail1,
- String? detail2,
- String? id,
- String? creatorId,
- List<
String> ? adminUserIds,
Implementation
UUserCreateParams({
required this.userName,
required this.password,
required this.tags,
this.phoneNumber,
this.email,
this.landLine,
this.firstName,
this.lastName,
this.nationalCode,
this.bio,
this.birthdate,
this.weight,
this.height,
this.fatherName,
this.fcmToken,
this.categories,
this.nationalCardFront,
this.nationalCardBack,
this.birthCertificateFirst,
this.birthCertificateSecond,
this.birthCertificateThird,
this.birthCertificateForth,
this.birthCertificateFifth,
this.visualAuthentication,
this.eSignature,
this.detail1,
this.detail2,
this.id,
this.creatorId,
this.adminUserIds,
});