ParametersAPI constructor
ParametersAPI({})
Implementation
factory ParametersAPI({
void Function(
_i2.String,
void Function(_i3.ParameterInputEvent<_i2.Object>),
)? on,
void Function(
_i2.String,
void Function(_i3.ParameterInputEvent<_i2.Object>),
)? once,
void Function(
_i2.String,
void Function(_i3.ParameterInputEvent<_i2.Object>),
)? off,
}) =>
ParametersAPI._(
on: on == null ? null : _i5.allowInterop(on),
once: once == null ? null : _i5.allowInterop(once),
off: off == null ? null : _i5.allowInterop(off),
);