GroupApplicationInfo constructor

GroupApplicationInfo({
  1. String? groupID,
  2. String? groupName,
  3. String? notification,
  4. String? introduction,
  5. String? groupFaceURL,
  6. int? createTime,
  7. int? status,
  8. String? creatorUserID,
  9. int? groupType,
  10. String? ownerUserID,
  11. int? memberCount,
  12. String? userID,
  13. String? nickname,
  14. String? userFaceURL,
  15. int? gender,
  16. int? handleResult,
  17. String? reqMsg,
  18. String? handledMsg,
  19. int? reqTime,
  20. String? handleUserID,
  21. int? handledTime,
  22. String? ex,
  23. String? inviterUserID,
  24. int? joinSource,
})

Implementation

GroupApplicationInfo({
  this.groupID,
  this.groupName,
  this.notification,
  this.introduction,
  this.groupFaceURL,
  this.createTime,
  this.status,
  this.creatorUserID,
  this.groupType,
  this.ownerUserID,
  this.memberCount,
  this.userID,
  this.nickname,
  this.userFaceURL,
  this.gender,
  this.handleResult,
  this.reqMsg,
  this.handledMsg,
  this.reqTime,
  this.handleUserID,
  this.handledTime,
  this.ex,
  this.inviterUserID,
  this.joinSource,
});