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