PageBlockRelatedArticle constructor

PageBlockRelatedArticle({
  1. String? extra,
  2. int? client_id,
  3. string? url,
  4. string? title,
  5. string? description,
  6. Photo? photo,
  7. string? author,
  8. int32? publish_date,
})

Implementation

PageBlockRelatedArticle({
  super.extra,
  super.client_id,
  this.url,
  this.title,
  this.description,
  this.photo,
  this.author,
  this.publish_date,
});