transactionContentResponseToJson function Null safety
Implementation
String transactionContentResponseToJson(TransactionContentResponse data) =>
json.encode(data.toJson());
String transactionContentResponseToJson(TransactionContentResponse data) =>
json.encode(data.toJson());