collection constant

_$GithubActionsLogModelCollectionQuery const collection

Query for collection.

appRef.model(GithubActionsLogModel.collection());       // Get the collection.
ref.app.model(GithubActionsLogModel.collection())..load();  // Load the collection.
ref.app.model(
  GithubActionsLogModel.collection().data.equal(
    "data",
  )
)..load(); // Load the collection with filter.

Implementation

static const collection = _$GithubActionsLogModelCollectionQuery();