Location constructor

Location(
  1. String? lat,
  2. String? lng
)

Implementation

Location(this.lat, this.lng);