The Node object represents a node in the linkedlist data structure.
Node
(Node? prev, any data, Node? next)
description