isNotEmpty property

bool get isNotEmpty

Checks if this list is not empty.

Implementation

bool get isNotEmpty => !isEmpty;