BlocOnMethodFoundElement constructor
BlocOnMethodFoundElement({})
Implementation
BlocOnMethodFoundElement({
required this.foundNode,
required this.eventType,
this.handlerSource,
this.handlerSourceNode,
this.handlerParameters,
this.handlerBody,
this.isAsync = false,
this.isGenerator = false,
this.handlerReturnType,
});