copyWithWrapped method

PoolResponse$Response copyWithWrapped({
  1. Wrapped<PoolInfoSchema>? pool,
})

Implementation

PoolResponse$Response copyWithWrapped({Wrapped<PoolInfoSchema>? pool}) {
  return PoolResponse$Response(pool: (pool != null ? pool.value : this.pool));
}