AssetContract constructor

AssetContract({
  1. String? address,
  2. String? assetContractType,
  3. String? createdDate,
  4. String? name,
  5. dynamic nftVersion,
  6. String? openseaVersion,
  7. int? owner,
  8. String? schemaName,
  9. String? symbol,
  10. dynamic totalSupply,
  11. String? description,
  12. dynamic externalLink,
  13. dynamic imageUrl,
  14. bool? defaultToFiat,
  15. int? devBuyerFeeBasisPoints,
  16. int? devSellerFeeBasisPoints,
  17. bool? onlyProxiedTransfers,
  18. int? openseaBuyerFeeBasisPoints,
  19. int? openseaSellerFeeBasisPoints,
  20. int? buyerFeeBasisPoints,
  21. int? sellerFeeBasisPoints,
  22. dynamic payoutAddress,
})

Implementation

AssetContract({
  this.address,
  this.assetContractType,
  this.createdDate,
  this.name,
  this.nftVersion,
  this.openseaVersion,
  this.owner,
  this.schemaName,
  this.symbol,
  this.totalSupply,
  this.description,
  this.externalLink,
  this.imageUrl,
  this.defaultToFiat,
  this.devBuyerFeeBasisPoints,
  this.devSellerFeeBasisPoints,
  this.onlyProxiedTransfers,
  this.openseaBuyerFeeBasisPoints,
  this.openseaSellerFeeBasisPoints,
  this.buyerFeeBasisPoints,
  this.sellerFeeBasisPoints,
  this.payoutAddress,
});