isNotEmpty property

bool get isNotEmpty

Whether the result has data

Implementation

bool get isNotEmpty => data.isNotEmpty;