NodeTypeSpecificValue constructor

NodeTypeSpecificValue({
  1. String? nodeType,
  2. String? value,
})

Implementation

NodeTypeSpecificValue({
  this.nodeType,
  this.value,
});