copyWith property

Implementation

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