isNotEmpty property

bool get isNotEmpty

Returns true if at least one object is available.

Implementation

bool get isNotEmpty => !isEmpty;