document constant

_$GithubBranchModelDocumentQuery const document

Query for document.

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

Implementation

static const document = _$GithubBranchModelDocumentQuery();