getNode method

Node? getNode()

Implementation

Node? getNode() {
  return node;
}