Paragraph.soundcloudEmbed constructor
Implementation
factory Paragraph.soundcloudEmbed(String trackId, String embedCode) {
return Paragraph(
type: "soundcloud",
rawContent: "",
textSpans: [],
imageUri: "",
jwMediaId: "",
youtubeVideoId: "",
soundcloudTrackId: trackId,
soudcloudEmbedCode: embedCode,
hearthisAtTrackId: "",
);
}