TransactionChainResponseData constructor Null safety

TransactionChainResponseData(
  1. {TransactionChainResponseLedger? ledger}
)

Implementation

TransactionChainResponseData({
  this.ledger,
});