CopyWith$Input$PointOfSaleInput<TRes> constructor

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

Implementation

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