document constant

_$GithubIssueTimelineModelDocumentQuery const document

Query for document.

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

Implementation

static const document = _$GithubIssueTimelineModelDocumentQuery();