WorkMomentsInfo constructor

WorkMomentsInfo({
  1. int? notificationMsgType,
  2. String? replyUserName,
  3. String? replyUserID,
  4. String? content,
  5. String? contentID,
  6. String? workMomentID,
  7. String? userID,
  8. String? userName,
  9. String? faceURL,
  10. String? workMomentContent,
  11. int? createTime,
})

Implementation

WorkMomentsInfo(
    {this.notificationMsgType,
    this.replyUserName,
    this.replyUserID,
    this.content,
    this.contentID,
    this.workMomentID,
    this.userID,
    this.userName,
    this.faceURL,
    this.workMomentContent,
    this.createTime});