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