allOfClass<T> abstract method

Future<List<T>> allOfClass<T>(
  1. Type type, {
  2. String? subcollection,
})

Lists all items of a specific type.

Implementation

Future<List<T>> allOfClass<T>(Type type, { String? subcollection });