Paragraph.hearthisAtEmbed constructor

Paragraph.hearthisAtEmbed(
  1. String trackId
)

Implementation

factory Paragraph.hearthisAtEmbed(String trackId) {
  return Paragraph(
    type: "hearthis.at",
    rawContent: "",
    textSpans: [],
    imageUri: "",
    jwMediaId: "",
    youtubeVideoId: "",
    soundcloudTrackId: "",
    soudcloudEmbedCode: "",
    hearthisAtTrackId: trackId,
  );
}