valueOf property

BigUint64Array Function() get valueOf

Implementation

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

Implementation

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