isIndexed property Null safety
final
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;