ErrorEvent constructor

ErrorEvent(
  1. int code,
  2. String message
)

Implementation

ErrorEvent(this.code, this.message);