withScope method
Implementation
ExpressionResolver<T> withScope(
ExpressionContext ctx,
List<(String?, String)> columns,
) =>
ExpressionResolver._(
context,
this,
ctx._handle,
columns,
depth + 1,
);
ExpressionResolver<T> withScope(
ExpressionContext ctx,
List<(String?, String)> columns,
) =>
ExpressionResolver._(
context,
this,
ctx._handle,
columns,
depth + 1,
);