isNotEmpty property

bool isNotEmpty

Returns true if this instance is NOT of length 0.

Implementation

bool get isNotEmpty => length > 0;