with$ property

List<T> Function(num, T) with$

Implementation

_i2.List<T> Function(
  _i2.num,
  T,
) get with$ => (
      _i2.num p0,
      T p1,
    ) =>
        ((_i6.callMethod(
          _i6.getProperty(
            this,
            'with',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        )) as _i2.List)
            .cast();
void with$=(List<T> value(num, T))

Implementation

set with$(
    _i2.List<T> Function(
      _i2.num,
      T,
    ) value) {
  _i6.setProperty(
    this,
    'with',
    _i6.allowInterop(value),
  );
}