SchemaTheaterGroup constructor

SchemaTheaterGroup({
  1. dynamic actionableFeedbackPolicy,
  2. dynamic address,
  3. SchemaInteractionCounter? agentInteractionStatistic,
  4. SchemaAggregateRating? aggregateRating,
  5. SchemaPerson? alumni,
  6. dynamic areaServed,
  7. String? award,
  8. String? awards,
  9. dynamic brand,
  10. SchemaContactPoint? contactPoint,
  11. SchemaContactPoint? contactPoints,
  12. dynamic correctionsPolicy,
  13. SchemaOrganization? department,
  14. String? dissolutionDate,
  15. dynamic diversityPolicy,
  16. dynamic diversityStaffingReport,
  17. String? duns,
  18. String? email,
  19. SchemaPerson? employee,
  20. SchemaPerson? employees,
  21. dynamic ethicsPolicy,
  22. SchemaEvent? event,
  23. SchemaEvent? events,
  24. String? faxNumber,
  25. SchemaPerson? founder,
  26. SchemaPerson? founders,
  27. String? foundingDate,
  28. SchemaPlace? foundingLocation,
  29. dynamic funder,
  30. SchemaGrant? funding,
  31. String? globalLocationNumber,
  32. SchemaCertification? hasCertification,
  33. SchemaEducationalOccupationalCredential? hasCredential,
  34. SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
  35. SchemaOfferCatalog? hasOfferCatalog,
  36. SchemaPlace? hasPOS,
  37. SchemaInteractionCounter? interactionStatistic,
  38. String? isicV4,
  39. String? iso6523Code,
  40. dynamic keywords,
  41. dynamic knowsAbout,
  42. dynamic knowsLanguage,
  43. String? legalName,
  44. String? leiCode,
  45. dynamic location,
  46. SchemaOffer? makesOffer,
  47. dynamic member,
  48. dynamic memberOf,
  49. dynamic members,
  50. String? naics,
  51. SchemaNonprofitType? nonprofitStatus,
  52. SchemaQuantitativeValue? numberOfEmployees,
  53. dynamic ownershipFundingInfo,
  54. dynamic owns,
  55. SchemaOrganization? parentOrganization,
  56. dynamic publishingPrinciples,
  57. SchemaReview? review,
  58. SchemaReview? reviews,
  59. SchemaDemand? seeks,
  60. dynamic serviceArea,
  61. String? slogan,
  62. dynamic sponsor,
  63. SchemaOrganization? subOrganization,
  64. String? taxID,
  65. String? telephone,
  66. dynamic unnamedSourcesPolicy,
  67. String? vatID,
  68. String? additionalType,
  69. String? alternateName,
  70. dynamic description,
  71. String? disambiguatingDescription,
  72. dynamic identifier,
  73. dynamic image,
  74. dynamic mainEntityOfPage,
  75. String? name,
  76. SchemaAction? potentialAction,
  77. String? sameAs,
  78. dynamic subjectOf,
  79. String? url,
})

Create a new instance of SchemaTheaterGroup

Implementation

SchemaTheaterGroup({
  this.actionableFeedbackPolicy,
  this.address,
  this.agentInteractionStatistic,
  this.aggregateRating,
  this.alumni,
  this.areaServed,
  this.award,
  this.awards,
  this.brand,
  this.contactPoint,
  this.contactPoints,
  this.correctionsPolicy,
  this.department,
  this.dissolutionDate,
  this.diversityPolicy,
  this.diversityStaffingReport,
  this.duns,
  this.email,
  this.employee,
  this.employees,
  this.ethicsPolicy,
  this.event,
  this.events,
  this.faxNumber,
  this.founder,
  this.founders,
  this.foundingDate,
  this.foundingLocation,
  this.funder,
  this.funding,
  this.globalLocationNumber,
  this.hasCertification,
  this.hasCredential,
  this.hasMerchantReturnPolicy,
  this.hasOfferCatalog,
  this.hasPOS,
  this.interactionStatistic,
  this.isicV4,
  this.iso6523Code,
  this.keywords,
  this.knowsAbout,
  this.knowsLanguage,
  this.legalName,
  this.leiCode,
  this.location,
  this.logo,
  this.makesOffer,
  this.member,
  this.memberOf,
  this.members,
  this.naics,
  this.nonprofitStatus,
  this.numberOfEmployees,
  this.ownershipFundingInfo,
  this.owns,
  this.parentOrganization,
  this.publishingPrinciples,
  this.review,
  this.reviews,
  this.seeks,
  this.serviceArea,
  this.slogan,
  this.sponsor,
  this.subOrganization,
  this.taxID,
  this.telephone,
  this.unnamedSourcesPolicy,
  this.vatID,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});