reverse property

List<T> Function() reverse

Implementation

_i2.List<T> Function() get reverse => () => ((_i6.callMethod(
      _i6.getProperty(
        this,
        'reverse',
      ),
      r'call',
      [this],
    )) as _i2.List)
        .cast();
void reverse=(List<T> value())

Implementation

set reverse(_i2.List<T> Function() value) {
  _i6.setProperty(
    this,
    'reverse',
    _i6.allowInterop(value),
  );
}