SIQArticleCategory constructor

SIQArticleCategory(
  1. String id,
  2. String name,
  3. int articleCount
)

Implementation

SIQArticleCategory(this.id, this.name, this.articleCount);