isEmpty property

bool isEmpty

Implementation

bool get isEmpty => (longitude == 0 && latitude == 0);