Collection constructor

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

Implementation

Collection({
  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,
});