isNotEmpty property

bool get isNotEmpty

Check if not empty.

Implementation

bool get isNotEmpty => !isEmpty;