PageBlockEmbeddedPost constructor
PageBlockEmbeddedPost({})
Implementation
PageBlockEmbeddedPost({
required this.url,
required this.author,
this.authorPhoto,
required this.date,
required this.blocks,
this.caption,
});