asA method
Returns the result of this
as
other
.
Implementation
Expression asA(Expression other) =>
ParenthesizedExpression._(BinaryExpression._(
expression,
other,
'as',
));
Returns the result of this
as
other
.
Expression asA(Expression other) =>
ParenthesizedExpression._(BinaryExpression._(
expression,
other,
'as',
));