copyWith property

Implementation

CopyWith$Query$pointOfSale<Query$pointOfSale> get copyWith =>
    CopyWith$Query$pointOfSale(
      this,
      (i) => i,
    );