isIndexed property

bool isIndexed

Returns true if the annotated field should be indexed.

Implementation

bool get isIndexed => _indexed;