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