indexed property

bool indexed
final

Specifies whether this property should be indexed or not.

When running queries no this property, it is necessary to set indexed to true.

Implementation

final bool indexed;