UCOTransfer constructor

UCOTransfer({
  1. double? amount,
  2. String? to,
})

Implementation

UCOTransfer({
  this.amount,
  this.to,
});