getList<T extends K> abstract method
Returns list of documents T
of a doctype specified by obj
.
Implementation
Future<RequestResponse<List<T?>?>> getList<T extends K>(T obj,
{List<String>? fields,
dynamic filters,
String? orderBy,
int? limitPageStart,
int? limitPageLength,
String? parent,
Map<String, List<String>>? tableFields,
List<String>? withLinkFields});