ICProject constructor
ICProject({
- int? icProjectId,
- String? projectName,
- String? phoneNumber,
- String? address,
- String? image,
- DateTime? dateAdd,
- DateTime? dateEdit,
- String? ip,
- String? projectCode,
- String? lan,
- String? ion,
- String? userAdd,
- String? userEdit,
- String? scanSize,
- String? discriminator,
- int? statusId,
- required ProjectGroup projectGroup,
- required Organization organization,
- String? projectNameKh,
- String? projectCodeKh,
- String? phoneNumberKh,
- String? addressKh,
- String? ipKh,
- String? lanKh,
- String? ionKh,
- String? userAddKh,
- String? userEditKh,
- String? scanSizeKh,
- String? projectNameKhDescription,
- 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,
});