isEmpty property

bool isEmpty

Implementation

bool get isEmpty => x == 0 && y == 0 && z == 0;