SchemaPermit constructor
SchemaPermit({
- SchemaOrganization? issuedBy,
- SchemaService? issuedThrough,
- SchemaAudience? permitAudience,
- SchemaDuration? validFor,
- String? validFrom,
- SchemaAdministrativeArea? validIn,
- String? validUntil,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});