ChunkBuffer class
- Implemented types
Constructors
- ChunkBuffer(List? arr, int end)
Properties
Methods
-
$_count$0(
) → dynamic -
override
-
add(
dynamic o$1) → dynamic -
chunk(
) → dynamic -
noSuchMethod(
Invocation i) → dynamic -
Invoked when a nonexistent method or property is accessed.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited