Message class

Inheritance

Constructors

Message(String filename, String name, Map<String, dynamic> manifest, {int? id, Message? responseClass})

Properties

bufferSize int
getter/setter pair
code List<String>
final
fields Map<String, MessageField>
final
filename String
finalinherited
flagBytes int
latefinal
hashCode int
The hash code for this object.
no setterinherited
id int?
final
manifest Map<String, dynamic>
final
name String
finalinherited
nested List<Message>
final
references List<FieldType>
final
responseClass Message?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output() List<String>
Return resulting code for current Message class and all nested ones.
toString() String
A string representation of this object.
inherited

Operators

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