CustomEvent constructor

CustomEvent(
  1. String type,
  2. String appId,
  3. Map payload,
  4. int? requestId, {
  5. String? errorType,
})

Implementation

CustomEvent(this.type, this.appId, this.payload, this.requestId,
    {this.errorType});