createVariableAlias property
VariableAlias Function(Variable)
get
createVariableAlias
Implementation
_i3.VariableAlias Function(_i3.Variable) get createVariableAlias =>
(_i3.Variable p0) => _i5.callMethod(
_i5.getProperty(
this,
'createVariableAlias',
),
r'call',
[
this,
p0,
],
);
set
createVariableAlias
(VariableAlias value(Variable))
Implementation
set createVariableAlias(_i3.VariableAlias Function(_i3.Variable) value) {
_i5.setProperty(
this,
'createVariableAlias',
_i5.allowInterop(value),
);
}