callPipe method

  1. @override
Expression callPipe(
  1. String name,
  2. Expression input,
  3. List<Expression> args
)
override

Implementation

@override
o.Expression callPipe(
  String name,
  o.Expression input,
  List<o.Expression> args,
) {
  return CompilePipe.createCallPipeExpression(
    _state.view!,
    name,
    input,
    args,
  );
}