reverse property
void Function()
get
reverse
Implementation
void Function() get reverse => () => _i6.callMethod(
_i6.getProperty(
this,
'reverse',
),
r'call',
[this],
);
set
reverse
(void value())
Implementation
set reverse(void Function() value) {
_i6.setProperty(
this,
'reverse',
_i6.allowInterop(value),
);
}