Record class

Constructors

Record(RecordHeader header, Message message)

Properties

hashCode int
The hash code for this object.
no setterinherited
final
isDefinition bool
no setter
localId int
no setter
message Message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter

Methods

definedSize(DefinitionMessage? definitionMessage) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
toRow() List
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromBytes(Map<int, DefinitionMessage> definitionMessageMap, Uint8List bytes, {Map<int, Map<int, DeveloperField>> developerFieldsById = const {}}) Record
fromMessage(Message message) Record