document constant

_$LocalNotificationScheduleModelDocumentQuery const document

Query for document.

appref.app.model(LocalNotificationScheduleModel.document(id));       // Get the document.
ref.app.model(LocalNotificationScheduleModel.document(id))..load();  // Load the document.

Implementation

static const document = _$LocalNotificationScheduleModelDocumentQuery();