bNotNull property

bool get bNotNull

Returns true if b not null.

Implementation

bool get bNotNull => b != null;