LocationResultData constructor

LocationResultData(
  1. int? _id,
  2. String? _name,
  3. String? _region,
  4. String? _country,
  5. double? _lat,
  6. double? _lon,
  7. String? _url,
)

Implementation

LocationResultData(this._id, this._name, this._region, this._country,
    this._lat, this._lon, this._url);