setBoundVariableForEffect property
Object Function(Object, VariableBindableEffectField, [Variable?])
get
setBoundVariableForEffect
Implementation
_i2.Object Function(
_i2.Object,
_i3.VariableBindableEffectField, [
_i3.Variable?,
]) get setBoundVariableForEffect => (
_i2.Object p0,
_i3.VariableBindableEffectField p1, [
_i3.Variable? p2,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'setBoundVariableForEffect',
),
r'call',
[
this,
p0,
p1.name,
p2 ?? _i7.undefined,
],
);
set
setBoundVariableForEffect
(Object value(Object, VariableBindableEffectField, [Variable?]))
Implementation
set setBoundVariableForEffect(
_i2.Object Function(
_i2.Object,
_i3.VariableBindableEffectField, [
_i3.Variable?,
]) value) {
_i5.setProperty(
this,
'setBoundVariableForEffect',
_i5.allowInterop(value),
);
}