hasValue property

bool get hasValue

Returns true if this iterable is not null and not empty.

Implementation

bool get hasValue => !isNullOrEmpty;