Input$InsertCalendarNotificationSettingsInput constructor

Input$InsertCalendarNotificationSettingsInput({
  1. required String method,
  2. required String type,
})

Implementation

factory Input$InsertCalendarNotificationSettingsInput({
  required String method,
  required String type,
}) =>
    Input$InsertCalendarNotificationSettingsInput._({
      r'method': method,
      r'type': type,
    });