reverse property

BigInt64Array Function() get reverse

Implementation

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

Implementation

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