isNotEmpty property

bool get isNotEmpty

get if list is not empty

Implementation

bool get isNotEmpty => !isEmpty;