SchemaMediaSubscription constructor

SchemaMediaSubscription({
  1. SchemaOrganization? authenticator,
  2. SchemaOffer? expectsAcceptanceOf,
  3. String? additionalType,
  4. String? alternateName,
  5. dynamic description,
  6. String? disambiguatingDescription,
  7. dynamic identifier,
  8. dynamic image,
  9. dynamic mainEntityOfPage,
  10. String? name,
  11. SchemaAction? potentialAction,
  12. String? sameAs,
  13. dynamic subjectOf,
  14. String? url,
})

Create a new instance of SchemaMediaSubscription

Implementation

SchemaMediaSubscription({
  this.authenticator,
  this.expectsAcceptanceOf,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});