SchemaLinkRole constructor

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

Create a new instance of SchemaLinkRole

Implementation

SchemaLinkRole({
  this.inLanguage,
  this.linkRelationship,
  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,
});