ofClass<T> abstract method

Future<List<T>> ofClass<T>(
  1. Type type, {
  2. int limit = 10,
  3. String? subcollection,
})

Lists a limited number of items of a specific type without a query.

Implementation

Future<List<T>> ofClass<T>(Type type, { int limit = 10, String? subcollection });