convertSourceToExpression method

Expression? convertSourceToExpression(
  1. BindingSource source,
  2. OutputType? type
)

Implementation

o.Expression? convertSourceToExpression(
        ir.BindingSource source, o.OutputType? type) =>
    source.accept(this, type);