document constant

_$GithubContentModelDocumentQuery const document

Query for document.

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

Implementation

static const document = _$GithubContentModelDocumentQuery();