PoolOption constructor

PoolOption({
  1. String? name,
})

Implementation

PoolOption({
  this.name,
});