shouldIndex property

bool shouldIndex
final

Declaring a field as non-indexable

Setting this field to false ensures it is not indexed. This is useful when used along with auto schema detection.

Implementation

final bool shouldIndex;