SetNode constructor

SetNode(
  1. String field,
  2. Object? value
)

Implementation

SetNode(this.field, this.value);