Array<T> class

Implementers
Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

Array.$1()
factory
Array.$2([num? arrayLength])
factory
Array.$3([Iterable? items])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

from → ({List<T> Function<T>(From iterable) $1, List<U> Function<T, U>(List<T> arrayLike, U mapfn(T, num), [dynamic thisArg]) $2, List<U> Function<T, U>(FromCommon iterable, U mapfn(T, num), [dynamic thisArg]) $3})
Overload accessor: $1, $2, $3
no setter
isArray ↔ dynamic Function([dynamic])
getter/setter pair
of List<T> Function<T>([Iterable?])
getter/setter pair