CopyWith$Query$pointOfSale<TRes> constructor

CopyWith$Query$pointOfSale<TRes>(
  1. Query$pointOfSale instance,
  2. TRes then(
    1. Query$pointOfSale
    )
)

Implementation

factory CopyWith$Query$pointOfSale(
  Query$pointOfSale instance,
  TRes Function(Query$pointOfSale) then,
) = _CopyWithImpl$Query$pointOfSale;