CopyWith$Input$AnalyticsDashboardInput<TRes> constructor

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

Implementation

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