document constant

_$GithubPullRequestModelDocumentQuery const document

Query for document.

appRef.model(GithubPullRequestModel.document(id));       // Get the document.
ref.app.model(GithubPullRequestModel.document(id))..load();  // Load the document.

Implementation

static const document = _$GithubPullRequestModelDocumentQuery();