TransactionChainResponseUco constructor Null safety

TransactionChainResponseUco(
  1. {TransactionChainResponseUcoTransfers? transfers}
)

Implementation

TransactionChainResponseUco({
  this.transfers,
});