SchemaAlignmentObject constructor

SchemaAlignmentObject({
  1. String? additionalType,
  2. String? alternateName,
  3. dynamic description,
  4. String? disambiguatingDescription,
  5. dynamic identifier,
  6. dynamic image,
  7. dynamic mainEntityOfPage,
  8. String? name,
  9. dynamic owner,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
  14. String? alignmentType,
  15. String? educationalFramework,
  16. String? targetDescription,
  17. String? targetName,
  18. String? targetUrl,
})

Create a new instance of SchemaAlignmentObject

Implementation

SchemaAlignmentObject({
  super.additionalType,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.identifier,
  super.image,
  super.mainEntityOfPage,
  super.name,
  super.owner,
  super.potentialAction,
  super.sameAs,
  super.subjectOf,
  super.url,
  this.alignmentType,
  this.educationalFramework,
  this.targetDescription,
  this.targetName,
  this.targetUrl,
});