NodeTaints constructor

NodeTaints({
  1. List<NodeTaint>? taints,
})

Implementation

NodeTaints({
  this.taints,
});