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