Paragraph.issuu constructor

Paragraph.issuu(
  1. SimpleArticle pdfArticle
)

Implementation

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