TransactionChainResponseUcoTransfers constructor Null safety

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

Implementation

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