Location constructor

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

Implementation

Location(this.latitude, this.longitude);