form constant
_$LocalNotificationScheduleModelFormQuery
const form
Query for form value.
ref.app.form(LocalNotificationScheduleModel.form(LocalNotificationScheduleModel())); // Get the form controller in app scope.
ref.page.form(LocalNotificationScheduleModel.form(LocalNotificationScheduleModel())); // Get the form controller in page scope.
Implementation
static const form = _$LocalNotificationScheduleModelFormQuery();