isNotEmpty property

bool get isNotEmpty

Returns true when there is at least one item.

Implementation

bool get isNotEmpty => items.isNotEmpty;