CallEvent constructor

CallEvent(
  1. String name,
  2. dynamic body
)

Implementation

CallEvent(this.name, this.body);