isNotEmpty property

bool get isNotEmpty

Checks if this result is not empty

Implementation

bool get isNotEmpty => length > 0;