SystemMessage class

Inheritance
Available Extensions

Constructors

SystemMessage({required int protocolVersion, required Uint8List rawContent, required OperatorLocationType operatorLocationType, required Location? operatorLocation, required double? operatorAltitude, required int areaCount, required int areaRadius, required double? areaCeiling, required double? areaFloor, required UAClassification uaClassification, required DateTime timestamp})

Properties

areaCeiling double?
final
areaCount int
final
areaFloor double?
final
areaRadius int
final
hashCode int
The hash code for this object.
no setterinherited
operatorAltitude double?
final
operatorLocation Location?
final
operatorLocationType OperatorLocationType
final
protocolVersion int
finalinherited
rawContent Uint8List
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
final
uaClassification UAClassification
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