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