NoticeFollow constructor

NoticeFollow({
  1. String oId = '',
  2. String url = '',
  3. int dataType = 0,
  4. String title = '',
  5. String author = '',
  6. String content = '',
  7. bool isComment = false,
  8. String thumbnailURL = '',
  9. int commentCnt = 0,
  10. bool perfect = false,
  11. List<ArticleTag> tagObjs = const [],
  12. String tags = '',
  13. int type = 0,
  14. bool hasRead = false,
  15. String createTime = '',
})

Implementation

NoticeFollow({
  this.oId = '',
  this.url = '',
  this.dataType = 0,
  this.title = '',
  this.author = '',
  this.content = '',
  this.isComment = false,
  this.thumbnailURL = '',
  this.commentCnt = 0,
  this.perfect = false,
  this.tagObjs = const [],
  this.tags = '',
  this.type = 0,
  this.hasRead = false,
  this.createTime = '',
});