copyWith method

PoolResponse$Response copyWith({
  1. PoolInfoSchema? pool,
})

Implementation

PoolResponse$Response copyWith({PoolInfoSchema? pool}) {
  return PoolResponse$Response(pool: pool ?? this.pool);
}