GgaMessage constructor
GgaMessage({})
Implementation
GgaMessage({
required String talkerId,
this.timestamp,
this.latitude,
this.longitude,
this.fixQuality,
this.numberOfSatellites,
this.hdop,
this.altitude,
this.geoidSeparation,
}) : super(talkerId, 'GGA');