Collection constructor

Collection({
  1. List? editors,
  2. List? paymentTokens,
  3. List? primaryAssetContracts,
  4. Traits? traits,
  5. Stats? stats,
  6. String? bannerImageUrl,
  7. String? chatUrl,
  8. String? createdDate,
  9. bool? defaultToFiat,
  10. String? description,
  11. String? devBuyerFeeBasisPoints,
  12. String? devSellerFeeBasisPoints,
  13. String? discordUrl,
  14. Traits? displayData,
  15. String? externalUrl,
  16. bool? featured,
  17. String? featuredImageUrl,
  18. bool? hidden,
  19. String? safelistRequestStatus,
  20. String? imageUrl,
  21. bool? isSubjectToWhitelist,
  22. String? largeImageUrl,
  23. String? mediumUsername,
  24. String? name,
  25. bool? onlyProxiedTransfers,
  26. String? openseaBuyerFeeBasisPoints,
  27. String? openseaSellerFeeBasisPoints,
  28. String? payoutAddress,
  29. bool? requireEmail,
  30. String? shortDescription,
  31. String? slug,
  32. String? telegramUrl,
  33. String? twitterUsername,
  34. String? instagramUsername,
  35. String? wikiUrl,
})

Implementation

Collection(
    {this.editors,
    this.paymentTokens,
    this.primaryAssetContracts,
    this.traits,
    this.stats,
    this.bannerImageUrl,
    this.chatUrl,
    this.createdDate,
    this.defaultToFiat,
    this.description,
    this.devBuyerFeeBasisPoints,
    this.devSellerFeeBasisPoints,
    this.discordUrl,
    this.displayData,
    this.externalUrl,
    this.featured,
    this.featuredImageUrl,
    this.hidden,
    this.safelistRequestStatus,
    this.imageUrl,
    this.isSubjectToWhitelist,
    this.largeImageUrl,
    this.mediumUsername,
    this.name,
    this.onlyProxiedTransfers,
    this.openseaBuyerFeeBasisPoints,
    this.openseaSellerFeeBasisPoints,
    this.payoutAddress,
    this.requireEmail,
    this.shortDescription,
    this.slug,
    this.telegramUrl,
    this.twitterUsername,
    this.instagramUsername,
    this.wikiUrl});