NFTTransfer constructor

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

Implementation

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