isEmpty property

bool get isEmpty

get if list is empty

Implementation

bool get isEmpty => value.isEmpty;