isIndexed property
Whether or not the backing database should generate an index for this property.
By default, properties are not indexed. Properties that are used often in database queries should be indexed.
Implementation
final bool isIndexed;
Whether or not the backing database should generate an index for this property.
By default, properties are not indexed. Properties that are used often in database queries should be indexed.
final bool isIndexed;