isNotEmpty property

bool get isNotEmpty

Check if list is not empty.

Implementation

bool get isNotEmpty => val.isNotEmpty;