NoticeFollow constructor
NoticeFollow({
- String oId = '',
- String url = '',
- int dataType = 0,
- String title = '',
- String author = '',
- String content = '',
- bool isComment = false,
- String thumbnailURL = '',
- int commentCnt = 0,
- bool perfect = false,
- List<
ArticleTag> tagObjs = const [], - String tags = '',
- int type = 0,
- bool hasRead = false,
- 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 = '',
});