Paragraph.issuu constructor
Paragraph.issuu(
- SimpleArticle pdfArticle
Implementation
factory Paragraph.issuu(SimpleArticle pdfArticle) {
return Paragraph(
type: "issuu",
rawContent: "",
textSpans: [],
imageUri: "",
youtubeVideoId: "",
soundcloudTrackId: "",
soudcloudEmbedCode: "",
hearthisAtTrackId: "",
pdf: pdfArticle);
}