SchemaOccupationalExperienceRequirements constructor

SchemaOccupationalExperienceRequirements({
  1. int? monthsOfExperience,
  2. String? additionalType,
  3. String? alternateName,
  4. dynamic description,
  5. String? disambiguatingDescription,
  6. dynamic identifier,
  7. dynamic image,
  8. dynamic mainEntityOfPage,
  9. String? name,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
})

Create a new instance of SchemaOccupationalExperienceRequirements

Implementation

SchemaOccupationalExperienceRequirements({
  this.monthsOfExperience,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});