fill property

BigUint64Array Function(int, [num?, num?]) get fill

Implementation

_i3.BigUint64Array Function(
  _i2.int, [
  _i2.num?,
  _i2.num?,
]) get fill => (
      _i2.int p0, [
      _i2.num? p1,
      _i2.num? p2,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'fill',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i4.undefined,
            p2 ?? _i4.undefined,
          ],
        );
set fill (BigUint64Array value(int, [num?, num?]))

Implementation

set fill(
    _i3.BigUint64Array Function(
      _i2.int, [
      _i2.num?,
      _i2.num?,
    ]) value) {
  _i5.setProperty(
    this,
    'fill',
    _i5.allowInterop(value),
  );
}