indexed property
true if the property is indexed
Implementation
@Deprecated("Use indexType instead")
bool get indexed => indexType == RealmIndexType.regular;
true if the property is indexed
@Deprecated("Use indexType instead")
bool get indexed => indexType == RealmIndexType.regular;