PatchbaySemanticsEntry constructor

const PatchbaySemanticsEntry(
  1. WeakReference<SemanticsNode> node,
  2. int generation
)

Implementation

const PatchbaySemanticsEntry(this.node, this.generation);