CopyWith$Input$NotificationIntegrationPlatformApiParamsInput<TRes> constructor

CopyWith$Input$NotificationIntegrationPlatformApiParamsInput<TRes>(
  1. Input$NotificationIntegrationPlatformApiParamsInput instance,
  2. TRes then(
    1. Input$NotificationIntegrationPlatformApiParamsInput
    )
)

Implementation

factory CopyWith$Input$NotificationIntegrationPlatformApiParamsInput(
  Input$NotificationIntegrationPlatformApiParamsInput instance,
  TRes Function(Input$NotificationIntegrationPlatformApiParamsInput) then,
) = _CopyWithImpl$Input$NotificationIntegrationPlatformApiParamsInput;