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