isNotEmpty property

bool get isNotEmpty

Check if not empty. Returns true if not empty, false otherwise

Implementation

bool get isNotEmpty => !isEmpty;