fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<PgrServiceResponseModel> fields = const {
#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,
#rowVersion: _f$rowVersion,
#auditDetails: _f$auditDetails,
#isDeleted: _f$isDeleted,
#clientAuditDetails: _f$clientAuditDetails,
};