isZero property

bool isZero

Implementation

bool get isZero => x == 0 && y == 0;