SimpleEventHandler constructor
SimpleEventHandler(
- ASTWithSource handler,
- SourceSpan? sourceSpan, {
- ProviderSource? directiveInstance,
- int? numArgs,
Implementation
SimpleEventHandler(this.handler, this.sourceSpan,
{this.directiveInstance, this.numArgs});