document constant

_$GithubProjectModelDocumentQuery const document

Query for document.

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

Implementation

static const document = _$GithubProjectModelDocumentQuery();