isEmpty property

bool isEmpty

get if list is empty

Implementation

bool get isEmpty => value.isEmpty;