sort property

BigUint64Array Function([Object (int, int)?]) get sort

Implementation

_i3.BigUint64Array Function(
    [_i2.Object Function(
      _i2.int,
      _i2.int,
    )?]) get sort => (
        [_i2.Object Function(
          _i2.int,
          _i2.int,
        )? p0]) =>
    _i5.callMethod(
      _i5.getProperty(
        this,
        'sort',
      ),
      r'call',
      [
        this,
        p0 == null ? _i4.undefined : _i5.allowInterop(p0),
      ],
    );
set sort (BigUint64Array value([Object (int, int)?]))

Implementation

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