isNotNull method

bool isNotNull()

Determines if x and y is not null.

Implementation

bool isNotNull() => !isNull();