ICProject constructor

ICProject({
  1. int? icProjectId,
  2. String? projectName,
  3. String? phoneNumber,
  4. String? address,
  5. String? image,
  6. DateTime? dateAdd,
  7. DateTime? dateEdit,
  8. String? ip,
  9. String? projectCode,
  10. String? lan,
  11. String? ion,
  12. String? userAdd,
  13. String? userEdit,
  14. String? scanSize,
  15. String? discriminator,
  16. int? statusId,
  17. required ProjectGroup projectGroup,
  18. required Organization organization,
  19. String? projectNameKh,
  20. String? projectCodeKh,
  21. String? phoneNumberKh,
  22. String? addressKh,
  23. String? ipKh,
  24. String? lanKh,
  25. String? ionKh,
  26. String? userAddKh,
  27. String? userEditKh,
  28. String? scanSizeKh,
  29. String? projectNameKhDescription,
  30. String? email,
})

Implementation

ICProject({
  this.icProjectId,
  this.projectName,
  this.phoneNumber,
  this.address,
  this.image,
  this.dateAdd,
  this.dateEdit,
  this.ip,
  this.projectCode,
  this.lan,
  this.ion,
  this.userAdd,
  this.userEdit,
  this.scanSize,
  this.discriminator,
  this.statusId,
  required this.projectGroup,
  required this.organization,
  // Khmer
  this.projectNameKh,
  this.projectCodeKh,
  this.phoneNumberKh,
  this.addressKh,
  this.ipKh,
  this.lanKh,
  this.ionKh,
  this.userAddKh,
  this.userEditKh,
  this.scanSizeKh,
  this.projectNameKhDescription,
  this.email,
});