ResponseModel constructor

ResponseModel(
  1. String json,
  2. String type
)

Implementation

ResponseModel(this.json, this.type);