NoticeAt constructor

NoticeAt({
  1. String oId = '',
  2. int dataType = 0,
  3. String userName = '',
  4. String avatarURL = '',
  5. String content = '',
  6. bool hasRead = false,
  7. String createTime = '',
})

Implementation

NoticeAt({
  this.oId = '',
  this.dataType = 0,
  this.userName = '',
  this.avatarURL = '',
  this.content = '',
  this.hasRead = false,
  this.createTime = '',
});