LocalNotificationScheduleModelRef typedef

LocalNotificationScheduleModelRef = ModelRef<LocalNotificationScheduleModel>?

Alias for ModelRef

When defining parameters for other Models, you can define them as follows

@RefParam(LocalNotificationScheduleModelDocument) LocalNotificationScheduleModelRef push_notification_schedule

Implementation

typedef LocalNotificationScheduleModelRef
    = ModelRef<LocalNotificationScheduleModel>?;