collection constant
_$GithubContentModelCollectionQuery
const collection
Query for collection.
appRef.model(GithubContentModel.collection()); // Get the collection.
ref.app.model(GithubContentModel.collection())..load(); // Load the collection.
ref.app.model(
GithubContentModel.collection().data.equal(
"data",
)
)..load(); // Load the collection with filter.
Implementation
static const collection = _$GithubContentModelCollectionQuery();