Organization constructor
Implementation
Organization({
this.company = "",
this.title = "",
this.department = "",
this.jobDescription = "",
this.symbol = "",
this.phoneticName = "",
this.officeLocation = "",
});
Organization({
this.company = "",
this.title = "",
this.department = "",
this.jobDescription = "",
this.symbol = "",
this.phoneticName = "",
this.officeLocation = "",
});