isEmpty property

bool isEmpty

Checks if this list is empty

Implementation

bool get isEmpty => _head == null;