Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'loc'] = loc; json[r'msg'] = msg; json[r'type'] = type; return json; }