OtherResponseItem constructor

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

Implementation

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