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