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