node property

Node<Object?>? get node

Implementation

Node? get node => length == 1 ? first : null;