copyWith property

Implementation

CopyWith$Input$ProductTaxesInput<Input$ProductTaxesInput> get copyWith =>
    CopyWith$Input$ProductTaxesInput(
      this,
      (i) => i,
    );