Status constructor

Status({
  1. double? azimuthDegrees,
  2. double? carrierFrequencyHz,
  3. double? cn0DbHz,
  4. int? constellationType,
  5. double? elevationDegrees,
  6. int? svid,
  7. bool? hasAlmanacData,
  8. bool? hasCarrierFrequencyHz,
  9. bool? hasEphemerisData,
  10. bool? usedInFix,
})

Implementation

Status({
  this.azimuthDegrees,
  this.carrierFrequencyHz,
  this.cn0DbHz,
  this.constellationType,
  this.elevationDegrees,
  this.svid,
  this.hasAlmanacData,
  this.hasCarrierFrequencyHz,
  this.hasEphemerisData,
  this.usedInFix,
});