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