NftTransfer constructor

NftTransfer({
  1. Uint8List? to,
  2. double? amount,
  3. Uint8List? nft,
})

Implementation

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