CallErrorEvent constructor

const CallErrorEvent(
  1. int id,
  2. String? name,
  3. String? description
)

Implementation

const CallErrorEvent(this.id, this.name, this.description);