isEmpty property

bool get isEmpty

Checks if this list is empty

Implementation

bool get isEmpty => _head == null;