SchemaOnlineStore constructor
      
      SchemaOnlineStore({ 
    
- dynamic actionableFeedbackPolicy,
- dynamic address,
- SchemaInteractionCounter? agentInteractionStatistic,
- SchemaAggregateRating? aggregateRating,
- SchemaPerson? alumni,
- dynamic areaServed,
- String? award,
- String? awards,
- dynamic brand,
- SchemaContactPoint? contactPoint,
- SchemaContactPoint? contactPoints,
- dynamic correctionsPolicy,
- SchemaOrganization? department,
- String? dissolutionDate,
- dynamic diversityPolicy,
- dynamic diversityStaffingReport,
- String? duns,
- String? email,
- SchemaPerson? employee,
- SchemaPerson? employees,
- dynamic ethicsPolicy,
- SchemaEvent? event,
- SchemaEvent? events,
- String? faxNumber,
- SchemaPerson? founder,
- SchemaPerson? founders,
- String? foundingDate,
- SchemaPlace? foundingLocation,
- dynamic funder,
- SchemaGrant? funding,
- String? globalLocationNumber,
- SchemaCertification? hasCertification,
- SchemaEducationalOccupationalCredential? hasCredential,
- SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
- SchemaOfferCatalog? hasOfferCatalog,
- SchemaPlace? hasPOS,
- SchemaInteractionCounter? interactionStatistic,
- String? isicV4,
- String? iso6523Code,
- dynamic keywords,
- dynamic knowsAbout,
- dynamic knowsLanguage,
- String? legalName,
- String? leiCode,
- dynamic location,
- dynamic logo,
- SchemaOffer? makesOffer,
- dynamic member,
- dynamic memberOf,
- dynamic members,
- String? naics,
- SchemaNonprofitType? nonprofitStatus,
- SchemaQuantitativeValue? numberOfEmployees,
- dynamic ownershipFundingInfo,
- dynamic owns,
- SchemaOrganization? parentOrganization,
- dynamic publishingPrinciples,
- SchemaReview? review,
- SchemaReview? reviews,
- SchemaDemand? seeks,
- dynamic serviceArea,
- String? slogan,
- dynamic sponsor,
- SchemaOrganization? subOrganization,
- String? taxID,
- String? telephone,
- dynamic unnamedSourcesPolicy,
- String? vatID,
- 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 SchemaOnlineStore
Implementation
SchemaOnlineStore({
  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,
});