GsvMessage class

Inheritance

Constructors

GsvMessage({required String talkerId, required int totalMessages, required int messageNumber, required int satellitesInView, required List<SatelliteInfo> satellites})

Properties

hashCode int
The hash code for this object.
no setterinherited
messageNumber int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satellites List<SatelliteInfo>
final
satellitesInView int
final
sentenceType String
finalinherited
talkerId String
finalinherited
totalMessages int
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