OrganizationSchema constructor
const
OrganizationSchema({})
Implementation
const OrganizationSchema({
required this.name,
this.url,
this.logo,
this.description,
this.email,
this.telephone,
this.sameAs,
this.address,
this.contactPoint,
this.foundingDate,
this.numberOfEmployees,
});