isNotEmpty property

bool get isNotEmpty

Returns true is this operation is not empty.

Implementation

bool get isNotEmpty => length! > 0;