hasExp property
bool
get
hasExp
Returns true if exp
is not null, otherwise false.
Implementation
bool get hasExp => exp != null;
Returns true if exp
is not null, otherwise false.
bool get hasExp => exp != null;