reverse property
List<T> Function()
get
reverse
Implementation
_i2.List<T> Function() get reverse => () => ((_i6.callMethod(
_i6.getProperty(
this,
'reverse',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
reverse
(List<T> value())
Implementation
set reverse(_i2.List<T> Function() value) {
_i6.setProperty(
this,
'reverse',
_i6.allowInterop(value),
);
}