PositionNMEAGSA constructor
PositionNMEAGSA({})
Returns a new PositionNMEAGSA instance.
Implementation
PositionNMEAGSA({
this.sentence,
this.type,
this.selectionMode,
this.mode,
this.satellites = const [],
this.PDOP,
this.HDOP,
this.VDOP,
this.talkerId,
});