isNotEmpty property

bool isNotEmpty

get if list is not empty

Implementation

bool get isNotEmpty => !isEmpty;