MessageField class

Constructors

MessageField(Message message, String name, dynamic fieldType, bool optional, bool array)

Properties

array bool
final
attribute String
Returns code of field declaration as method attribute.
no setter
binary bool
latefinal
binaryLength int
latefinal
declaration String
Returns code of class field declaration.
no setter
estimate List<String>
Returns code required to estimate size in bytes of this field.
no setter
hashCode int
The hash code for this object.
no setterinherited
message Message
final
name String
final
optional bool
final
pack List<String>
Returns code required to pack this field.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ↔ dynamic
latefinal
unpack List<String>
Returns code required to unpack this field.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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