BoundEventAst constructor
BoundEventAst(
- String name,
- EventHandler handler,
- SourceSpan sourceSpan
Implementation
BoundEventAst(this.name, this.handler, this.sourceSpan);