toJson method

String toJson()

Converts the ResponseModel instance to a JSON string.

Implementation

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