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