document constant
_$PointEcosystemUserModelDocumentQuery
const document
Query for document.
appref.app.model(PointEcosystemUserModel.document(id)); // Get the document.
ref.app.model(PointEcosystemUserModel.document(id))..load(); // Load the document.
Implementation
static const document = _$PointEcosystemUserModelDocumentQuery();