TransactionChainResponseLedger.fromJson constructor Null safety
Implementation
factory TransactionChainResponseLedger.fromJson(Map<String, dynamic> json) =>
TransactionChainResponseLedger(
uco: TransactionChainResponseUco.fromJson(json['uco']),
nft: TransactionChainResponseNft.fromJson(json['nft']),
);