ErrorResponseEvent constructor
ErrorResponseEvent({
- ErrorResponseState? type,
- String? from,
- String? error,
Implementation
ErrorResponseEvent({
this.type,
this.from,
this.error,
});