Map<String, dynamic> toJson() { return <String, dynamic>{ 'status': status, 'msg': msg, 'response_id': responseId }; }