Coordinates constructor

Coordinates(
  1. double? latitude,
  2. double? longitude
)

Implementation

Coordinates(this.latitude, this.longitude);