isNotEmpty property

bool isNotEmpty

Returns true if length != 0.

Implementation

bool get isNotEmpty => !isEmpty;