Node inside the linked list wrapping the actual data.

Fields

prev: ?*Node = null,
next: ?*Node = null,
data: T,