TransactionMovement constructor

TransactionMovement({
  1. double? amount,
  2. String? nftAddress,
  3. String? to,
  4. String? type,
})

Implementation

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