fields property

  1. @override
MappableFields<UserModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<UserModel> fields = const {
  #additionalFields: _f$additionalFields,
  #id: _f$id,
  #userName: _f$userName,
  #salutation: _f$salutation,
  #name: _f$name,
  #gender: _f$gender,
  #mobileNumber: _f$mobileNumber,
  #emailId: _f$emailId,
  #altContactNumber: _f$altContactNumber,
  #pan: _f$pan,
  #aadhaarNumber: _f$aadhaarNumber,
  #permanentAddress: _f$permanentAddress,
  #permanentCity: _f$permanentCity,
  #permanentPinCode: _f$permanentPinCode,
  #correspondenceAddress: _f$correspondenceAddress,
  #correspondenceCity: _f$correspondenceCity,
  #correspondencePinCode: _f$correspondencePinCode,
  #alternatemobilenumber: _f$alternatemobilenumber,
  #active: _f$active,
  #locale: _f$locale,
  #type: _f$type,
  #accountLocked: _f$accountLocked,
  #accountLockedDate: _f$accountLockedDate,
  #fatherOrHusbandName: _f$fatherOrHusbandName,
  #relationship: _f$relationship,
  #signature: _f$signature,
  #bloodGroup: _f$bloodGroup,
  #photo: _f$photo,
  #identificationMark: _f$identificationMark,
  #createdBy: _f$createdBy,
  #lastModifiedBy: _f$lastModifiedBy,
  #tenantId: _f$tenantId,
  #uuid: _f$uuid,
  #createdDate: _f$createdDate,
  #nonRecoverableError: _f$nonRecoverableError,
  #rowVersion: _f$rowVersion,
  #auditDetails: _f$auditDetails,
  #clientAuditDetails: _f$clientAuditDetails,
  #isDeleted: _f$isDeleted,
};