coords property

Coordinates coords

Implementation

Coordinates get coords {
  return Coordinates(this.latitude, this.longitude);
}