FMGeocodeModel constructor

const FMGeocodeModel(
  1. String lat,
  2. String lng
)

Implementation

const FMGeocodeModel(this.lat, this.lng);