getCollectionwithParams<Model extends BaseModel> abstract method

Future<List<Model>> getCollectionwithParams<Model extends BaseModel>(
  1. String path, {
  2. List<QueryType>? where,
  3. Map<String, bool>? orderby,
  4. int? limit,
  5. String? startAfterID,
})

Implementation

Future<List<Model>> getCollectionwithParams<Model extends BaseModel>(
    String path,
    {List<QueryType>? where,
    Map<String, bool>? orderby,
    int? limit,
    String? startAfterID});