NaLocation constructor

NaLocation({
  1. double? latitude,
  2. double? longitude,
  3. String? name,
})

Implementation

NaLocation({this.latitude, this.longitude, this.name});