ArticlePost constructor
ArticlePost({})
Implementation
ArticlePost({
this.title = '',
this.content = '',
this.tags = '',
this.commentable = false,
this.notifyFollowers = false,
this.type = 0,
this.showInList = 0,
this.rewardContent,
this.rewardPoint,
this.anonymous,
this.offerPoint,
});