isNotEmpty property

bool get isNotEmpty

Returns true if this instance is NOT empty.

Implementation

bool get isNotEmpty => !isEmpty;