NodeTaint constructor

NodeTaint({
  1. String? effect,
  2. String? key,
  3. String? value,
})

Implementation

NodeTaint({
  this.effect,
  this.key,
  this.value,
});