off property
void Function(String, void (ParameterInputEvent<Object> ))
get
off
Implementation
void Function(
_i2.String,
void Function(_i3.ParameterInputEvent<_i2.Object>),
) get off => (
_i2.String p0,
void Function(_i3.ParameterInputEvent<_i2.Object>) p1,
) =>
_i5.callMethod(
_i5.getProperty(
this,
'off',
),
r'call',
[
this,
p0,
_i5.allowInterop(p1),
],
);
set
off
(void value(String, void (ParameterInputEvent<Object> )))
Implementation
set off(
void Function(
_i2.String,
void Function(_i3.ParameterInputEvent<_i2.Object>),
) value) {
_i5.setProperty(
this,
'off',
_i5.allowInterop(value),
);
}