Measurement class

Constructors

Measurement({int? contents, double? accumulatedDeltaRangeMeters, int? accumulatedDeltaRangeState, double? accumulatedDeltaRangeUncertaintyMeters, double? automaticGainControlLevelDb, double? carrierFrequencyHz, double? cn0DbHz, int? constellationType, int? multipathIndicator, double? pseudorangeRateMetersPerSecond, double? pseudorangeRateUncertaintyMetersPerSecond, int? receivedSvTimeNanos, int? receivedSvTimeUncertaintyNanos, double? snrInDb, int? state, int? svid, double? timeOffsetNanos, String? string})
Measurement.fromJson(Map<String, dynamic> json)
factory

Properties

accumulatedDeltaRangeMeters double?
getter/setter pair
accumulatedDeltaRangeState int?
getter/setter pair
accumulatedDeltaRangeUncertaintyMeters double?
getter/setter pair
automaticGainControlLevelDb double?
getter/setter pair
carrierFrequencyHz double?
getter/setter pair
cn0DbHz double?
getter/setter pair
constellationType int?
getter/setter pair
contents int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
multipathIndicator int?
getter/setter pair
pseudorangeRateMetersPerSecond double?
getter/setter pair
pseudorangeRateUncertaintyMetersPerSecond double?
getter/setter pair
receivedSvTimeNanos int?
getter/setter pair
receivedSvTimeUncertaintyNanos int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snrInDb double?
getter/setter pair
state int?
getter/setter pair
string String?
getter/setter pair
svid int?
getter/setter pair
timeOffsetNanos double?
getter/setter pair

Methods

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.
inherited

Operators

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