CordBuffer class

An List

Constructors

CordBuffer.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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