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