isNotNullOrEmpty property

bool get isNotNullOrEmpty

Checks if the list is not null and not empty.

Implementation

bool get isNotNullOrEmpty => !isNullOrEmpty;