CopyWith$Input$OutboundContentSmsInput<TRes> constructor

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

Implementation

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