NodePool constructor

NodePool({
  1. String? name,
  2. List<Node>? nodes,
})

Implementation

NodePool({
  this.name,
  this.nodes,
});