core.Map<core.String, core.dynamic> toJson() { final pages = this.pages; final text = this.text; return {'pages': ?pages, 'text': ?text}; }