fields property

  1. @override
MappableFields<ProductSearchModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ProductSearchModel> fields = const {
  #id: _f$id,
  #type: _f$type,
  #name: _f$name,
  #manufacturer: _f$manufacturer,
  #clientReferenceId: _f$clientReferenceId,
  #tenantId: _f$tenantId,
  #boundaryCode: _f$boundaryCode,
  #auditDetails: _f$auditDetails,
  #additionalFields: _f$additionalFields,
};