isNotEmpty property

bool isNotEmpty

Checks if this source contains at least 1 element

Implementation

bool get isNotEmpty => !isEmpty;