CopyWith$Input$AppFollowTopChartInput<TRes> constructor

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

Implementation

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