NodeSnapshot constructor

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

Implementation

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