ResponseModel constructor

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

Implementation

const factory ResponseModel(String json, String type) = _ResponseModel;