AssetEvents constructor

AssetEvents({
  1. dynamic approvedAccount,
  2. Asset? asset,
  3. dynamic assetBundle,
  4. dynamic auctionType,
  5. dynamic bidAmount,
  6. String? collectionSlug,
  7. String? contractAddress,
  8. String? createdDate,
  9. dynamic customEventName,
  10. dynamic devFeePaymentEvent,
  11. dynamic devSellerFeeBasisPoints,
  12. dynamic duration,
  13. String? endingPrice,
  14. String? eventType,
  15. FromAccount? fromAccount,
  16. int? id,
  17. dynamic isPrivate,
  18. dynamic ownerAccount,
  19. dynamic paymentToken,
  20. String? quantity,
  21. dynamic seller,
  22. String? startingPrice,
  23. dynamic toAccount,
  24. dynamic totalPrice,
  25. dynamic transaction,
  26. dynamic winnerAccount,
  27. dynamic listingTime,
})

Implementation

AssetEvents({
  this.approvedAccount,
  this.asset,
  this.assetBundle,
  this.auctionType,
  this.bidAmount,
  this.collectionSlug,
  this.contractAddress,
  this.createdDate,
  this.customEventName,
  this.devFeePaymentEvent,
  this.devSellerFeeBasisPoints,
  this.duration,
  this.endingPrice,
  this.eventType,
  this.fromAccount,
  this.id,
  this.isPrivate,
  this.ownerAccount,
  this.paymentToken,
  this.quantity,
  this.seller,
  this.startingPrice,
  this.toAccount,
  this.totalPrice,
  this.transaction,
  this.winnerAccount,
  this.listingTime,
});