TokenTransfer constructor

TokenTransfer({
  1. int? amount,
  2. String? to,
  3. String? tokenAddress,
  4. int? tokenId,
})

Implementation

TokenTransfer({this.amount, this.to, this.tokenAddress, this.tokenId});