BoundDirectiveEventAst constructor
BoundDirectiveEventAst(
- String memberName,
- String templateName,
- EventHandler handler,
- SourceSpan sourceSpan,
Implementation
BoundDirectiveEventAst(
this.memberName,
this.templateName,
this.handler,
this.sourceSpan,
);