copyWithWrapped method

Implementation

PoolInfoScreenerResponse$Response copyWithWrapped(
    {Wrapped<PoolInfoScreenerSchema>? pair}) {
  return PoolInfoScreenerResponse$Response(
      pair: (pair != null ? pair.value : this.pair));
}