Announce class abstract

Announce class

A system description that is to be broadcasted to other systems.

Inheritance
Implemented types

Constructors

Announce([void updates(AnnounceBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
Height above WGS-84 ellipsoid.
no setter
lat double
WGS-84 Latitude. If lat=0 and lon=0 means location value is unknown.
no setter
lon double
WGS-84 Longitude. If lat=0 and lon=0 means location value is unknown.
no setter
msgId int
no setteroverride
owner int
The owner IMC system ID.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services String
Semicolon separated list of URLs. Examples of such URLs are:
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
sysName String
System name.
no setter
sysType SystemTypeEnum
System type.
no setter
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AnnounceBuilder)) Announce
Rebuilds the instance.
inherited
toBuilder() AnnounceBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int