LocationQualityReport class

Constructors

LocationQualityReport({String? adviseMessage, num? gpsSatellites, num? gpsStatus, bool? isWifiAble, num? netUseTime, String? networkType})
LocationQualityReport.fromJson(Map<String, dynamic> json)

Properties

adviseMessage String?
getter/setter pair
gpsSatellites num?
getter/setter pair
gpsStatus num?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isWifiAble bool?
getter/setter pair
netUseTime num?
getter/setter pair
networkType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? adviseMessage, num? gpsSatellites, num? gpsStatus, bool? isWifiAble, num? netUseTime, String? networkType}) LocationQualityReport
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override