SuccessResponseEvent constructor

SuccessResponseEvent({
  1. SuccessResponseState? type,
  2. String? from,
})

Implementation

SuccessResponseEvent({
  this.type,
  this.from,
});