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