PageBlockRelatedArticle constructor
PageBlockRelatedArticle({})
Implementation
PageBlockRelatedArticle({
required this.url,
required this.title,
required this.description,
this.photo,
required this.author,
required this.publishDate,
});