hasNotList property

bool get hasNotList

Returns true if list is null, otherwise false.

Implementation

bool get hasNotList => !hasList;