Coords constructor

const Coords(
  1. double latitude,
  2. double longitude
)

Implementation

const Coords(this.latitude, this.longitude);