SchemaTaxi constructor

SchemaTaxi({
  1. SchemaAggregateRating? aggregateRating,
  2. dynamic areaServed,
  3. SchemaAudience? audience,
  4. SchemaServiceChannel? availableChannel,
  5. String? award,
  6. dynamic brand,
  7. dynamic broker,
  8. dynamic category,
  9. SchemaCertification? hasCertification,
  10. SchemaOfferCatalog? hasOfferCatalog,
  11. SchemaOpeningHoursSpecification? hoursAvailable,
  12. dynamic isRelatedTo,
  13. dynamic isSimilarTo,
  14. dynamic offers,
  15. SchemaThing? produces,
  16. dynamic provider,
  17. String? providerMobility,
  18. SchemaReview? review,
  19. dynamic serviceArea,
  20. SchemaAudience? serviceAudience,
  21. SchemaThing? serviceOutput,
  22. dynamic serviceType,
  23. String? slogan,
  24. String? termsOfService,
  25. String? additionalType,
  26. String? alternateName,
  27. dynamic description,
  28. String? disambiguatingDescription,
  29. dynamic identifier,
  30. dynamic image,
  31. dynamic mainEntityOfPage,
  32. String? name,
  33. SchemaAction? potentialAction,
  34. String? sameAs,
  35. dynamic subjectOf,
  36. String? url,
})

Create a new instance of SchemaTaxi

Implementation

SchemaTaxi({
  this.aggregateRating,
  this.areaServed,
  this.audience,
  this.availableChannel,
  this.award,
  this.brand,
  this.broker,
  this.category,
  this.hasCertification,
  this.hasOfferCatalog,
  this.hoursAvailable,
  this.isRelatedTo,
  this.isSimilarTo,
  this.logo,
  this.offers,
  this.produces,
  this.provider,
  this.providerMobility,
  this.review,
  this.serviceArea,
  this.serviceAudience,
  this.serviceOutput,
  this.serviceType,
  this.slogan,
  this.termsOfService,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});