toReversed property

BigUint64Array Function() get toReversed

Implementation

_i3.BigUint64Array Function() get toReversed => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'toReversed',
      ),
      r'call',
      [this],
    );
set toReversed (BigUint64Array value())

Implementation

set toReversed(_i3.BigUint64Array Function() value) {
  _i5.setProperty(
    this,
    'toReversed',
    _i5.allowInterop(value),
  );
}