isNotEmpty property

bool isNotEmpty

Returns true is this operation is not empty.

Implementation

bool get isNotEmpty => length > 0;