SchemaPermit constructor

SchemaPermit({
  1. SchemaOrganization? issuedBy,
  2. SchemaService? issuedThrough,
  3. SchemaAudience? permitAudience,
  4. SchemaDuration? validFor,
  5. String? validFrom,
  6. SchemaAdministrativeArea? validIn,
  7. String? validUntil,
  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 SchemaPermit

Implementation

SchemaPermit({
  this.issuedBy,
  this.issuedThrough,
  this.permitAudience,
  this.validFor,
  this.validFrom,
  this.validIn,
  this.validUntil,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});