index abstract method

FutureOr<QueryIndex?> index(
  1. String name
)

Returns the QueryIndex with the given name, if it exists.

Implementation

FutureOr<QueryIndex?> index(String name);