hasItems property

bool hasItems
inherited

Returns true if items is not empty.

Implementation

bool get hasItems => items.isNotEmpty;