BufferContext class

Buffer with data and some context about it.

Constructors

BufferContext(ByteData _buffer)
Create from a FlatBuffer represented by ByteData.
BufferContext.fromBytes(List<int> byteList)
Create from a FlatBuffer represented by a list of bytes (uint8).
factory

Properties

buffer ByteData
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

derefObject(int offset) int
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