CopyWith$Input$POSServicesInput<TRes> constructor

CopyWith$Input$POSServicesInput<TRes>(
  1. Input$POSServicesInput instance,
  2. TRes then(
    1. Input$POSServicesInput
    )
)

Implementation

factory CopyWith$Input$POSServicesInput(
  Input$POSServicesInput instance,
  TRes Function(Input$POSServicesInput) then,
) = _CopyWithImpl$Input$POSServicesInput;