fields property

  1. @override
MappableFields<PgrComplainantModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<PgrComplainantModel> fields = const {
  #id: _f$id,
  #clientReferenceId: _f$clientReferenceId,
  #complaintClientReferenceId: _f$complaintClientReferenceId,
  #userName: _f$userName,
  #name: _f$name,
  #type: _f$type,
  #mobileNumber: _f$mobileNumber,
  #emailId: _f$emailId,
  #roles: _f$roles,
  #tenantId: _f$tenantId,
  #uuid: _f$uuid,
  #active: _f$active,
  #isDeleted: _f$isDeleted,
  #rowVersion: _f$rowVersion,
  #auditDetails: _f$auditDetails,
  #clientAuditDetails: _f$clientAuditDetails,
};