document constant

_$GithubPullRequestTimelineModelDocumentQuery const document

Query for document.

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

Implementation

static const document = _$GithubPullRequestTimelineModelDocumentQuery();