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