collection constant
_$ReadModelCollectionQuery
const collection
Query for collection.
appRef.model(ReadModel.collectoin()); // Get the collection.
ref.model(ReadModel.collection())..load(); // Load the collection.
Implementation
static const collection = _$ReadModelCollectionQuery();