fields property
The set of fields this interface defines.
Implementation
@override
final MappableFields<ProductModel> fields = const {
#additionalFields: _f$additionalFields,
#id: _f$id,
#type: _f$type,
#name: _f$name,
#manufacturer: _f$manufacturer,
#nonRecoverableError: _f$nonRecoverableError,
#clientReferenceId: _f$clientReferenceId,
#tenantId: _f$tenantId,
#rowVersion: _f$rowVersion,
#auditDetails: _f$auditDetails,
#clientAuditDetails: _f$clientAuditDetails,
#isDeleted: _f$isDeleted,
};