isNull method

bool isNull()

Determines if x or y is null.

Implementation

bool isNull() => this == nullSpot;