SimpleEventHandler constructor

SimpleEventHandler(
  1. ASTWithSource handler,
  2. SourceSpan? sourceSpan, {
  3. ProviderSource? directiveInstance,
  4. int? numArgs,
})

Implementation

SimpleEventHandler(this.handler, this.sourceSpan,
    {this.directiveInstance, this.numArgs});