CopyWith$Input$AudienceSegmentFilterValueInput<TRes> constructor

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

Implementation

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