isEmpty property

bool get isEmpty

Whether the itemList is empty.

Implementation

bool get isEmpty => itemList.isEmpty;