CopyWith$Input$AudienceSegmentFilterInput<TRes> constructor

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

Implementation

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