TransactionChainResponseLedger constructor Null safety

TransactionChainResponseLedger(
  1. {TransactionChainResponseUco? uco,
  2. TransactionChainResponseNft? nft}
)

Implementation

TransactionChainResponseLedger({
  this.uco,
  this.nft,
});