Filter constructor

Filter(
  1. Identifier name,
  2. List<ASTNode> arguments
)

Implementation

Filter(this.name, this.arguments);