CallEvent constructor

CallEvent(
  1. dynamic body,
  2. Event event
)

Implementation

CallEvent(this.body, this.event);