CopyWith$Input$PixelBarcodeInput<TRes> constructor

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

Implementation

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