GgaMessage class

Inheritance

Constructors

GgaMessage({required String talkerId, DateTime? timestamp, double? latitude, double? longitude, int? fixQuality, int? numberOfSatellites, double? hdop, double? altitude, double? geoidSeparation})

Properties

altitude double?
final
fixQuality int?
final
geoidSeparation double?
final
hashCode int
The hash code for this object.
no setterinherited
hdop double?
final
latitude double?
final
longitude double?
final
numberOfSatellites int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentenceType String
finalinherited
talkerId String
finalinherited
timestamp DateTime?
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