OtherResponseEvent constructor

OtherResponseEvent(
  1. Map<String, dynamic> raw
)

Implementation

OtherResponseEvent(this.raw) : super(raw["type"]);