multiEntry property
bool
get
multiEntry
returns a boolean value that affects how the index behaves when the result of evaluating the index's key path yields an array.
This is decided when the index is created, using the ObjectStore.createIndex method. This method takes an optional parameter, multientry, which is set to true/false.
Implementation
bool get multiEntry;