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,
) {
  throw UnsupportedError('Pipes are not support in directives');
}