ErrorEvent constructor

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

Implementation

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