ErrorEvent constructor

ErrorEvent(
  1. String message, {
  2. String? code,
})

Implementation

ErrorEvent(this.message, {this.code});