ArticleModel constructor

ArticleModel(
  1. String deflectionArticleId,
  2. int brandId,
  3. String articleId,
  4. String body,
  5. String htmlURL,
  6. Iterable<String> labels,
  7. String locale,
  8. double score,
  9. String snippet,
  10. String title,
  11. String url,
)

Implementation

ArticleModel(
  this.deflectionArticleId,
  this.brandId,
  this.articleId,
  this.body,
  this.htmlURL,
  this.labels,
  this.locale,
  this.score,
  this.snippet,
  this.title,
  this.url,
);