ArrayChunk class

Implemented types

Constructors

ArrayChunk(List arr, int off, int end)
const

Properties

arr List
final
end int
final
hashCode int
The hash code for this object.
no setterinherited
off int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$_chunk_reduce$2(dynamic f$1, dynamic start$1) → dynamic
override
$_count$0() → dynamic
override
$_drop_first$0() → dynamic
override
$_nth$1(dynamic i$1) → dynamic
override
$_nth$2(dynamic i$2, dynamic not_found$1) → dynamic
override
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