call abstract method
$R
call({
- 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,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted,
override
Implementation
@override
$R call(
{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,
int? rowVersion,
AuditDetails? auditDetails,
ClientAuditDetails? clientAuditDetails,
bool? isDeleted});