SchemaEmployeeRole constructor

SchemaEmployeeRole({
  1. dynamic baseSalary,
  2. String? salaryCurrency,
  3. int? numberedPosition,
  4. String? endDate,
  5. String? namedPosition,
  6. String? roleName,
  7. String? startDate,
  8. String? additionalType,
  9. String? alternateName,
  10. dynamic description,
  11. String? disambiguatingDescription,
  12. dynamic identifier,
  13. dynamic image,
  14. dynamic mainEntityOfPage,
  15. String? name,
  16. SchemaAction? potentialAction,
  17. String? sameAs,
  18. dynamic subjectOf,
  19. String? url,
})

Create a new instance of SchemaEmployeeRole

Implementation

SchemaEmployeeRole({
  this.baseSalary,
  this.salaryCurrency,
  this.numberedPosition,
  this.endDate,
  this.namedPosition,
  this.roleName,
  this.startDate,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});