DeltaOpNodeAdd constructor

const DeltaOpNodeAdd(
  1. NodeId node,
  2. String typeTag,
  3. NodeState state, {
  4. NodeKey? key,
})

Implementation

const DeltaOpNodeAdd(this.node, this.typeTag, this.state, {this.key});