CopyWith$Input$AudienceSegmentInput<TRes> constructor

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

Implementation

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