CopyWith$Input$EventSegmentInput<TRes> constructor

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

Implementation

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