SuccessResponseEvent constructor
SuccessResponseEvent({
- SuccessResponseState? type,
- String? from,
Implementation
SuccessResponseEvent({
this.type,
this.from,
});
SuccessResponseEvent({
this.type,
this.from,
});