Node constructor

const Node(
  1. String key
)

Implementation

const Node(this.key);