fields property

  1. @override
MappableFields<ServiceSearchModel> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ServiceSearchModel> fields = const {
  #id: _f$id,
  #clientId: _f$clientId,
  #serviceDefId: _f$serviceDefId,
  #accountId: _f$accountId,
  #createdAt: _f$createdAt,
  #tenantId: _f$tenantId,
  #boundaryCode: _f$boundaryCode,
  #auditDetails: _f$auditDetails,
  #additionalFields: _f$additionalFields,
};