from property
({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})
get
from
Overload accessor: $1, $2, $3
Implementation
({
/// Creates an array from an iterable object.
/// @param iterable An iterable object to convert to an array.
_i2.List<T> Function<T>(_i3.From iterable) $1,
/// Creates an array from an iterable object.
/// @param arrayLike An array-like object to convert to an array.
/// @param mapfn A mapping function to call on every element of the array.
/// @param thisArg Value of 'this' used to invoke the mapfn.
_i2.List<U> Function<T, U>(
_i2.List<T> arrayLike,
U Function(
T,
_i2.num,
) mapfn, [
_i2.dynamic thisArg,
]) $2,
/// Creates an array from an iterable object.
/// @param iterable An iterable object to convert to an array.
/// @param mapfn A mapping function to call on every element of the array.
/// @param thisArg Value of 'this' used to invoke the mapfn.
_i2.List<U> Function<T, U>(
_i3.FromCommon iterable,
U Function(
T,
_i2.num,
) mapfn, [
_i2.dynamic thisArg,
]) $3,
}) get from => (
$1: _from$1,
$2: _from$2,
$3: _from$3,
);