Measurement constructor

Measurement({
  1. int? contents,
  2. double? accumulatedDeltaRangeMeters,
  3. int? accumulatedDeltaRangeState,
  4. double? accumulatedDeltaRangeUncertaintyMeters,
  5. double? automaticGainControlLevelDb,
  6. double? carrierFrequencyHz,
  7. double? cn0DbHz,
  8. int? constellationType,
  9. int? multipathIndicator,
  10. double? pseudorangeRateMetersPerSecond,
  11. double? pseudorangeRateUncertaintyMetersPerSecond,
  12. int? receivedSvTimeNanos,
  13. int? receivedSvTimeUncertaintyNanos,
  14. double? snrInDb,
  15. int? state,
  16. int? svid,
  17. double? timeOffsetNanos,
  18. String? string,
})

Implementation

Measurement({
  this.contents,
  this.accumulatedDeltaRangeMeters,
  this.accumulatedDeltaRangeState,
  this.accumulatedDeltaRangeUncertaintyMeters,
  this.automaticGainControlLevelDb,
  this.carrierFrequencyHz,
  this.cn0DbHz,
  this.constellationType,
  this.multipathIndicator,
  this.pseudorangeRateMetersPerSecond,
  this.pseudorangeRateUncertaintyMetersPerSecond,
  this.receivedSvTimeNanos,
  this.receivedSvTimeUncertaintyNanos,
  this.snrInDb,
  this.state,
  this.svid,
  this.timeOffsetNanos,
  this.string,
});