NoticeComment constructor
NoticeComment({})
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 = '',
});