call abstract method

  1. @override
$R call({
  1. UserAdditionalFields? additionalFields,
  2. String? id,
  3. String? userName,
  4. String? salutation,
  5. String? name,
  6. String? gender,
  7. String? mobileNumber,
  8. String? emailId,
  9. String? altContactNumber,
  10. String? pan,
  11. String? aadhaarNumber,
  12. String? permanentAddress,
  13. String? permanentCity,
  14. String? permanentPinCode,
  15. String? correspondenceAddress,
  16. String? correspondenceCity,
  17. String? correspondencePinCode,
  18. String? alternatemobilenumber,
  19. bool? active,
  20. String? locale,
  21. String? type,
  22. bool? accountLocked,
  23. int? accountLockedDate,
  24. String? fatherOrHusbandName,
  25. String? relationship,
  26. String? signature,
  27. String? bloodGroup,
  28. String? photo,
  29. String? identificationMark,
  30. int? createdBy,
  31. String? lastModifiedBy,
  32. String? tenantId,
  33. String? uuid,
  34. String? createdDate,
  35. bool? nonRecoverableError,
  36. int? rowVersion,
  37. AuditDetails? auditDetails,
  38. ClientAuditDetails? clientAuditDetails,
  39. 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});