toJson method

String toJson()

get json string from ResponseModel.

Implementation

String toJson() => json.encode(toMap());