ErrorResponseEvent constructor

ErrorResponseEvent({
  1. ErrorResponseState? type,
  2. String? from,
  3. String? error,
})

Implementation

ErrorResponseEvent({
  this.type,
  this.from,
  this.error,
});