PositionNMEAGGA constructor

PositionNMEAGGA({
  1. String? sentence,
  2. String? type,
  3. String? timestamp,
  4. String? lat,
  5. String? latPole,
  6. String? lon,
  7. String? lonPole,
  8. String? fixType,
  9. num? numSat,
  10. num? horDilution,
  11. num? alt,
  12. String? altUnit,
  13. num? geoidalSep,
  14. String? geoidalSepUnit,
  15. num? differentialAge,
  16. String? differentialRefStn,
  17. String? talkerId,
})

Returns a new PositionNMEAGGA instance.

Implementation

PositionNMEAGGA({
  this.sentence,
  this.type,
  this.timestamp,
  this.lat,
  this.latPole,
  this.lon,
  this.lonPole,
  this.fixType,
  this.numSat,
  this.horDilution,
  this.alt,
  this.altUnit,
  this.geoidalSep,
  this.geoidalSepUnit,
  this.differentialAge,
  this.differentialRefStn,
  this.talkerId,
});