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