SchemaInvestmentFund constructor

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

Create a new instance of SchemaInvestmentFund

Implementation

SchemaInvestmentFund({
  this.amount,
  this.annualPercentageRate,
  this.feesAndCommissionsSpecification,
  this.interestRate,
  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,
});