copyWith method

PoolRegistration copyWith({
  1. PoolParams? poolParams,
})

Implementation

PoolRegistration copyWith({PoolParams? poolParams}) {
  return PoolRegistration(poolParams ?? this.poolParams);
}