convert the Meta class to json
Map<String, dynamic> toJson() => { 'status': status, 'msg': msg, 'response_id': responseId, };