isNotNull method

bool isNotNull()
inherited

Determines if x and y is not null.

Implementation

bool isNotNull() => !isNull();