TransactionChainResponseNftTransfers constructor Null safety

TransactionChainResponseNftTransfers(
  1. {double? amount,
  2. String? to,
  3. String? nft}
)

Implementation

TransactionChainResponseNftTransfers({
  this.amount,
  this.to,
  this.nft,
});