TransactionChainResponseNft constructor Null safety

TransactionChainResponseNft(
  1. {TransactionChainResponseNftTransfers? transfers}
)

Implementation

TransactionChainResponseNft({
  this.transfers,
});