WeightedTarget constructor

WeightedTarget({
  1. String? virtualNode,
  2. int? weight,
})

Implementation

WeightedTarget({
  this.virtualNode,
  this.weight,
});