Message class abstract

Implementers

Constructors

Message({int localId = 0, int globalId = 0, Endian endian = Endian.little, int size = 0})

Properties

endian Endian
final
globalId int
final
hashCode int
The hash code for this object.
no setterinherited
localId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair

Methods

hasDeveloperFields() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDeveloperField(int developerDataIndex, int id) → void
removeField(int id) → void
toBytes() Uint8List
toRow() List
toString() String
A string representation of this object.
inherited

Operators

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