UserModel constructor
UserModel({
- UserAdditionalFields? additionalFields,
- String? id,
- String? userName,
- String? salutation,
- String? name,
- String? gender,
- String? mobileNumber,
- String? emailId,
- String? altContactNumber,
- String? pan,
- String? aadhaarNumber,
- String? permanentAddress,
- String? permanentCity,
- String? permanentPinCode,
- String? correspondenceAddress,
- String? correspondenceCity,
- String? correspondencePinCode,
- String? alternatemobilenumber,
- bool? active,
- String? locale,
- String? type,
- bool? accountLocked,
- int? accountLockedDate,
- String? fatherOrHusbandName,
- String? relationship,
- String? signature,
- String? bloodGroup,
- String? photo,
- String? identificationMark,
- int? createdBy,
- String? lastModifiedBy,
- String? tenantId,
- String? uuid,
- String? createdDate,
- bool? nonRecoverableError = false,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
UserModel({
this.additionalFields,
this.id,
this.userName,
this.salutation,
this.name,
this.gender,
this.mobileNumber,
this.emailId,
this.altContactNumber,
this.pan,
this.aadhaarNumber,
this.permanentAddress,
this.permanentCity,
this.permanentPinCode,
this.correspondenceAddress,
this.correspondenceCity,
this.correspondencePinCode,
this.alternatemobilenumber,
this.active,
this.locale,
this.type,
this.accountLocked,
this.accountLockedDate,
this.fatherOrHusbandName,
this.relationship,
this.signature,
this.bloodGroup,
this.photo,
this.identificationMark,
this.createdBy,
this.lastModifiedBy,
this.tenantId,
this.uuid,
this.createdDate,
this.nonRecoverableError = false,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();