indexed property

  1. @Deprecated("Use indexType instead")
bool indexed

true if the property is indexed

Implementation

@Deprecated("Use indexType instead")
bool get indexed => indexType == RealmIndexType.regular;