ArrayConstructor class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
Properties
-
call
→ ({List Function([num? arrayLength]) $1, List<
T> Function<T>([Iterable? items]) $2}) -
Available on ArrayConstructor, provided by the ArrayConstructor$Typings extension
Overload accessor: $1, $2no setter -
from
→ ({List<
T> Function<T>(From iterable) $1, List<U> Function<T, U>(List< $2, List<T> arrayLike, U mapfn(T, num), [dynamic thisArg])U> Function<T, U>(FromCommon iterable, U mapfn(T, num), [dynamic thisArg]) $3}) -
Available on ArrayConstructor, provided by the ArrayConstructor$Typings extension
Overload accessor: $1, $2, $3no setter - 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