CopyWith$Input$UpdateSupplierInput<TRes> constructor

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

Implementation

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