menu
datum package
documentation
source/core/models/datum_index_config.dart
DatumIndexConfig<T extends DatumEntityBase>
indexedFields property
indexedFields property
dark_mode
light_mode
indexedFields
property
List
<
String
>
get
indexedFields
List of fields that should be indexed.
Implementation
List<String> get indexedFields;
datum package
documentation
source/core/models/datum_index_config
DatumIndexConfig<T extends DatumEntityBase>
indexedFields property
DatumIndexConfig class