isZero property

bool get isZero

Implementation

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