with$ property

BigUint64Array Function(num, int) get with$

Implementation

_i3.BigUint64Array Function(
  _i2.num,
  _i2.int,
) get with$ => (
      _i2.num p0,
      _i2.int p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'with',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set with$ (BigUint64Array value(num, int))

Implementation

set with$(
    _i3.BigUint64Array Function(
      _i2.num,
      _i2.int,
    ) value) {
  _i5.setProperty(
    this,
    'with',
    _i5.allowInterop(value),
  );
}