reverse property

void Function() reverse

Implementation

void Function() get reverse => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'reverse',
      ),
      r'call',
      [this],
    );
void reverse=(void value())

Implementation

set reverse(void Function() value) {
  _i6.setProperty(
    this,
    'reverse',
    _i6.allowInterop(value),
  );
}