fields property

  1. @override
MappableFields<PgrServiceModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<PgrServiceModel> fields = const {
  #clientReferenceId: _f$clientReferenceId,
  #active: _f$active,
  #id: _f$id,
  #tenantId: _f$tenantId,
  #serviceCode: _f$serviceCode,
  #serviceRequestId: _f$serviceRequestId,
  #description: _f$description,
  #accountId: _f$accountId,
  #applicationStatus: _f$applicationStatus,
  #source: _f$source,
  #user: _f$user,
  #isDeleted: _f$isDeleted,
  #rowVersion: _f$rowVersion,
  #address: _f$address,
  #additionalDetail: _f$additionalDetail,
  #auditDetails: _f$auditDetails,
  #clientAuditDetails: _f$clientAuditDetails,
};