PoolData constructor

PoolData({
  1. String? name,
  2. List<String>? stageIds,
})

Implementation

PoolData({
  this.name,
  this.stageIds,
});