transactionContentResponseFromJson function Null safety

TransactionContentResponse transactionContentResponseFromJson(
  1. String str
)

Implementation

TransactionContentResponse transactionContentResponseFromJson(String str) =>
    TransactionContentResponse.fromJson(json.decode(str));