TaskType constructor
TaskType({})
Implementation
TaskType({
required this.taskTypeId,
this.taskTypeName,
this.taskTypeKh,
this.description,
this.isActive,
this.dateAdd,
this.dateEdit,
this.employeeAdd,
this.employeeEdit,
this.discriminator,
});