TransmissionStatus class abstract

Transmission Status class

Reply sent in response to a communications request.

Inheritance
Implemented types

Constructors

TransmissionStatus([void updates(TransmissionStatusBuilder 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
info String
no setter
msgId int
no setteroverride
range double
The meaning of this field depends on the operation and is explained in the operation's description.
no setter
reqId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
status TransmissionStatusEnumStatus
no setter
sync int
no setterinherited
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransmissionStatusBuilder)) TransmissionStatus
Rebuilds the instance.
inherited
toBuilder() TransmissionStatusBuilder
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