LocationQualityReport constructor

LocationQualityReport({
  1. String? adviseMessage,
  2. num? gpsSatellites,
  3. num? gpsStatus,
  4. bool? isWifiAble,
  5. num? netUseTime,
  6. String? networkType,
})

Implementation

LocationQualityReport({
  this.adviseMessage,
  this.gpsSatellites,
  this.gpsStatus,
  this.isWifiAble,
  this.netUseTime,
  this.networkType,
});