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