cardinalDirection property

String? get cardinalDirection

Get the cardinal direction associated to the visibility, e.g. "NW" (north west).

Implementation

String? get cardinalDirection => _direction.cardinal;