ComplexEventHandler.forAst constructor
ComplexEventHandler.forAst(
- ASTWithSource handler,
- SourceSpan? sourceSpan, {
- ProviderSource? directiveInstance,
Implementation
ComplexEventHandler.forAst(ast.ASTWithSource handler, SourceSpan? sourceSpan,
{ProviderSource? directiveInstance})
: this._([
SimpleEventHandler(
handler,
sourceSpan,
directiveInstance: directiveInstance,
)
]);