GsaMessage constructor
GsaMessage({})
Implementation
GsaMessage({
required String talkerId,
required this.mode1,
required this.mode2,
required this.prnNumbers,
this.pdop,
this.hdop,
this.vdop,
}) : super(talkerId, 'GSA');