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