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