hasExp property

bool get hasExp

Returns true if exp is not null, otherwise false.

Implementation

bool get hasExp => exp != null;