Point constructor

Point(
  1. {double latitude,
  2. double longitude}
)

Implementation

Point({this.latitude, this.longitude});