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