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?
final
accumulatedDeltaRangeState int?
final
accumulatedDeltaRangeUncertaintyMeters double?
final
automaticGainControlLevelDb double?
final
carrierFrequencyHz double?
final
cn0DbHz double?
final
constellationType int?
final
contents int?
final
hashCode int
The hash code for this object.
no setterinherited
multipathIndicator int?
final
pseudorangeRateMetersPerSecond double?
final
pseudorangeRateUncertaintyMetersPerSecond double?
final
receivedSvTimeNanos int?
final
receivedSvTimeUncertaintyNanos int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snrInDb double?
final
state int?
final
string String?
final
svid int?
final
timeOffsetNanos double?
final

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