of property

List<T> Function<T>([Iterable?]) of

Implementation

static _i2.List<T> Function<T>([_i2.Iterable<_i2.dynamic>?]) get of =>
    <T>([_i2.Iterable<_i2.dynamic>? p0]) => ((_i6.callMethod(
          _i6.getProperty(
            _i7.target11,
            'of',
          ),
          r'call',
          [
            _i7.target11,
            p0 ?? _i5.undefined,
          ],
        )) as _i2.List)
            .cast();
void of=(List<T> value<T>([Iterable?]))

Implementation

static set of(_i2.List<T> Function<T>([_i2.Iterable<_i2.dynamic>?]) value) {
  _i6.setProperty(
    _i7.target11,
    'of',
    _i6.allowInterop(([
      a0,
      a1,
      a2,
      a3,
      a4,
      a5,
      a6,
      a7,
      a8,
      a9,
    ]) =>
        value([
          a0,
          a1,
          a2,
          a3,
          a4,
          a5,
          a6,
          a7,
          a8,
          a9,
        ])),
  );
}