assignNullAware method
Return {this} ??= {other}
.
Implementation
Expression assignNullAware(Expression other) => BinaryExpression._(
this,
other,
'??=',
);
Return {this} ??= {other}
.
Expression assignNullAware(Expression other) => BinaryExpression._(
this,
other,
'??=',
);