EagerListReader<E> class
Implements eager FlatBuffers list reader (default ListReader is lazy).
Constructors
-
EagerListReader(Reader<
E> _elementReader) -
Create a reader with the given element reader
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
offset size (uint32), see ListReader
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
BufferContext bc, int offset) → List< E> -
Read the value at the given
offset
inbc
.override -
toString(
) → String -
A string representation of this object.
inherited
-
vTableGet(
BufferContext object, int offset, int field, List< E> defaultValue) → List<E> -
Read the value of the given
field
in the givenobject
.inherited -
vTableGetNullable(
BufferContext object, int offset, int field) → List< E> ? -
Read the value of the given
field
in the givenobject
.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited