CopyWith$Query$pointOfSale<TRes> constructor
CopyWith$Query$pointOfSale<TRes> (
- Query$pointOfSale instance,
- TRes then()
Implementation
factory CopyWith$Query$pointOfSale(
Query$pointOfSale instance,
TRes Function(Query$pointOfSale) then,
) = _CopyWithImpl$Query$pointOfSale;