TransactionMovement constructor

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

Implementation

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