document constant
_$GithubCompareModelDocumentQuery
const document
Query for document.
appRef.model(GithubCompareModel.document(id)); // Get the document.
ref.app.model(GithubCompareModel.document(id))..load(); // Load the document.
Implementation
static const document = _$GithubCompareModelDocumentQuery();