CopyWith$Input$EventSegmentTranslateInput<TRes> constructor

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

Implementation

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