ErrorEvent constructor

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

Implementation

ErrorEvent(this.code, this.message) : super(name: 'error');