isNotEmpty property

bool get isNotEmpty

Whether the itemList is not empty.

Implementation

bool get isNotEmpty => itemList.isNotEmpty;