noPosition property

bool get noPosition

Implementation

bool get noPosition => _x == null || _y == null || _x == double.nan || _y == double.nan;