NoticeComment constructor

NoticeComment({
  1. String oId = '',
  2. String title = '',
  3. String author = '',
  4. String thumbnailURL = '',
  5. ArticleType type = ArticleType.Normal,
  6. bool perfect = false,
  7. String content = '',
  8. String sharpURL = '',
  9. bool hasRead = false,
  10. String createTime = '',
})

Implementation

NoticeComment({
  this.oId = '',
  this.title = '',
  this.author = '',
  this.thumbnailURL = '',
  this.type = ArticleType.Normal,
  this.perfect = false,
  this.content = '',
  this.sharpURL = '',
  this.hasRead = false,
  this.createTime = '',
});