CordBuffer class
An List
Constructors
Properties
Methods
-
addAll(
List< int> buffer) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeRange(
int start, int end) → void -
sublist(
int start, int end) → List< int> - Returns a single sublist made up of a copy of the data in the buffers.
-
toList(
{bool growable = true}) → List< int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited