BoolListReader class
Reader of lists of boolean values.
The returned unmodifiable lists lazily read values on access.
Constructors
- BoolListReader()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
BufferContext bc, int offset) → List< bool> -
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< bool> defaultValue) → List<bool> -
Read the value of the given
field
in the givenobject
.inherited -
vTableGetNullable(
BufferContext object, int offset, int field) → List< bool> ? -
Read the value of the given
field
in the givenobject
.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited