RawNode constructor

RawNode(
  1. Node node, {
  2. Key? key,
})

Implementation

RawNode(this.node, {super.key});