aNotNull property

bool get aNotNull

Returns true if a not null.

Implementation

bool get aNotNull => a != null;