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