toSorted property

BigInt64Array Function([num (int, int)?]) get toSorted

Implementation

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

Implementation

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