GsaMessage class

Inheritance

Constructors

GsaMessage({required String talkerId, required String mode1, required int mode2, required List<int> prnNumbers, double? pdop, double? hdop, double? vdop})

Properties

hashCode int
The hash code for this object.
no setterinherited
hdop double?
final
mode1 String
final
mode2 int
final
pdop double?
final
prnNumbers List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentenceType String
finalinherited
talkerId String
finalinherited
vdop double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited