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