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