from property

({Uint8List Function<T>(List<T> arrayLike, num mapfn(T, num), [dynamic thisArg]) $1, Uint8List Function(Iterable<num> arrayLike, [num mapfn(num, num)?, dynamic thisArg]) $2}) get from

Overload accessor: $1, $2

Implementation

({
  /// Creates an array from an array-like or iterable object.
  ///  @param arrayLike An array-like or 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.
  _i13.Uint8List Function<T>(
    _i2.List<T> arrayLike,
    _i2.num Function(
      T,
      _i2.num,
    ) mapfn, [
    _i2.dynamic thisArg,
  ]) $1,

  /// Creates an array from an array-like or iterable object.
  ///  @param arrayLike An array-like or 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.
  _i13.Uint8List Function(
    _i10.Iterable<_i2.num> arrayLike, [
    _i2.num Function(
      _i2.num,
      _i2.num,
    )? mapfn,
    _i2.dynamic thisArg,
  ]) $2,
}) get from => (
      $1: _from$1,
      $2: _from$2,
    );