copyWith property

Implementation

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