RemoteNotificationScheduleModelRef typedef

RemoteNotificationScheduleModelRef = ModelRef<RemoteNotificationScheduleModel>?

Alias for ModelRef

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

@RefParam(RemoteNotificationScheduleModelDocument) RemoteNotificationScheduleModelRef push_notification_schedule

Implementation

typedef RemoteNotificationScheduleModelRef
    = ModelRef<RemoteNotificationScheduleModel>?;