document constant
_$GithubActionsModelDocumentQuery
const document
Query for document.
appRef.model(GithubActionsModel.document(id)); // Get the document.
ref.app.model(GithubActionsModel.document(id))..load(); // Load the document.
Implementation
static const document = _$GithubActionsModelDocumentQuery();