BindingPipe constructor

BindingPipe(
  1. AST exp,
  2. String name,
  3. List<AST> args
)

Implementation

BindingPipe(this.exp, this.name, this.args);