CopyWith$Input$SalesDashboardInput<TRes> constructor

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

Implementation

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