ChunkBuffer class

Implemented types

Constructors

ChunkBuffer(List? arr, int end)

Properties

arr List?
getter/setter pair
end int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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