EventHandler constructor

EventHandler(
  1. ASTWithSource expression, [
  2. CompileDirectiveMetadata? hostDirective
])

Implementation

EventHandler(this.expression, [this.hostDirective]);