hasNotItem property

bool get hasNotItem

Returns true if item is null, otherwise false.

Implementation

bool get hasNotItem => !hasItem;