SendData constructor

SendData({
  1. String? amount,
  2. String? address,
})

Implementation

SendData({
  this.amount,
  this.address,
});