asPoint method

Point<num> asPoint()

As Point(latitude , longitude).

Implementation

Point<num> asPoint() => Point(_latitude, _longitude);