isNotEmpty property

bool isNotEmpty

Determine whether the text ranges are NOT empty.

Implementation

bool get isNotEmpty => !isEmpty;