HxOrgModel constructor

HxOrgModel(
  1. int? mainId,
  2. String? orgName,
  3. String? classId,
  4. String? address,
  5. String? memail,
  6. String? utel,
  7. String? webPage,
  8. int? maxNum,
  9. String? isAuth,
  10. String? orgAvatar,
  11. String? blid,
  12. String? scale,
  13. int? memberId,
  14. String? auth,
  15. String? className,
  16. String? addressName,
  17. HXOrgInviteSettingModel? inviteSetting,
  18. HXOrgDeptNumberModel? numbers,
)

Implementation

HxOrgModel(
  this.mainId,
  this.orgName,
  this.classId,
  this.address,
  this.memail,
  this.utel,
  this.webPage,
  this.maxNum,
  this.isAuth,
  this.orgAvatar,
  this.blid,
  this.scale,
  this.memberId,
  this.auth,
  this.className,
  this.addressName,
  this.inviteSetting,
  this.numbers
);