BoundDirectiveEventAst constructor

BoundDirectiveEventAst(
  1. String memberName,
  2. String templateName,
  3. EventHandler handler,
  4. SourceSpan sourceSpan,
)

Implementation

BoundDirectiveEventAst(
  this.memberName,
  this.templateName,
  this.handler,
  this.sourceSpan,
);