PageRelatedArticle constructor
const
PageRelatedArticle({})
Page Related Article constructor.
Implementation
const PageRelatedArticle({
required this.url,
required this.webpageId,
this.title,
this.description,
this.photoId,
this.author,
this.publishedDate,
}) : super._();