BlocOnMethodFoundElement constructor

BlocOnMethodFoundElement({
  1. required String foundNode,
  2. required String eventType,
  3. String? handlerSource,
  4. String? handlerSourceNode,
  5. String? handlerParameters,
  6. String? handlerBody,
  7. bool isAsync = false,
  8. bool isGenerator = false,
  9. String? handlerReturnType,
})

Implementation

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