BoundEventAst constructor

BoundEventAst(
  1. String name,
  2. EventHandler handler,
  3. SourceSpan sourceSpan
)

Implementation

BoundEventAst(this.name, this.handler, this.sourceSpan);