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