fields property

  1. @override
MappableFields<IndividualModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<IndividualModel> fields = const {
  #additionalFields: _f$additionalFields,
  #id: _f$id,
  #individualId: _f$individualId,
  #userId: _f$userId,
  #userUuid: _f$userUuid,
  #dateOfBirth: _f$dateOfBirth,
  #mobileNumber: _f$mobileNumber,
  #altContactNumber: _f$altContactNumber,
  #email: _f$email,
  #fatherName: _f$fatherName,
  #husbandName: _f$husbandName,
  #photo: _f$photo,
  #nonRecoverableError: _f$nonRecoverableError,
  #clientReferenceId: _f$clientReferenceId,
  #tenantId: _f$tenantId,
  #rowVersion: _f$rowVersion,
  #name: _f$name,
  #bloodGroup: _f$bloodGroup,
  #address: _f$address,
  #gender: _f$gender,
  #identifiers: _f$identifiers,
  #auditDetails: _f$auditDetails,
  #clientAuditDetails: _f$clientAuditDetails,
  #isDeleted: _f$isDeleted,
};