NodeRemoved<T> constructor

const NodeRemoved<T>(
  1. Node<T> node
)

Implementation

const NodeRemoved(this.node);