isEmpty property

bool get isEmpty

Check if list is empty.

Implementation

bool get isEmpty => val.isEmpty;