PersonSchema constructor
const
PersonSchema({})
Implementation
const PersonSchema({
required this.name,
this.url,
this.image,
this.email,
this.telephone,
this.jobTitle,
this.description,
this.worksFor,
this.alumniOf,
this.birthDate,
this.nationality,
this.sameAs,
this.knowsAbout,
});