getAllByIndex abstract method

  1. @protected
Future<List<OBJ?>> getAllByIndex(
  1. String indexName,
  2. List<List> values
)

Get a list of objects by the indexName index or null if an object does not exist. Don't use this method directly.

Implementation

@protected
Future<List<OBJ?>> getAllByIndex(
    String indexName, List<List<dynamic>> values);