Input$InsertCalendarNotificationSettingsNotifInput constructor

Input$InsertCalendarNotificationSettingsNotifInput({
  1. required List<Input$InsertCalendarNotificationSettingsInput> notifications,
})

Implementation

factory Input$InsertCalendarNotificationSettingsNotifInput(
        {required List<Input$InsertCalendarNotificationSettingsInput>
            notifications}) =>
    Input$InsertCalendarNotificationSettingsNotifInput._({
      r'notifications': notifications,
    });