isNorth property

bool isNorth

Returns true if the location is in the northern hemisphere.

Implementation

bool get isNorth => lat > 0;