OnInvocationNodes constructor

OnInvocationNodes(
  1. TypeAnnotation event,
  2. FunctionBody handlerBody
)

Implementation

OnInvocationNodes(this.event, this.handlerBody);