LocationData constructor

LocationData(
  1. String? _name,
  2. String? _region,
  3. String? _country,
  4. double? _lat,
  5. double? _lon,
  6. String? _tzId,
  7. int? _localtimeEpoch,
  8. String? _localtime,
)

Implementation

LocationData(this._name, this._region, this._country, this._lat, this._lon,
    this._tzId, this._localtimeEpoch, this._localtime);