hasNotExp property

bool get hasNotExp

Returns true if exp is null, otherwise false.

Implementation

bool get hasNotExp => !hasExp;