Organization constructor
const
Organization({})
Implementation
const Organization({
this.name,
this.jobTitle,
this.departmentName,
this.phoneticName,
this.jobDescription,
this.symbol,
this.officeLocation,
});