transactionContentResponseToJson function Null safety

String transactionContentResponseToJson(
  1. TransactionContentResponse data
)

Implementation

String transactionContentResponseToJson(TransactionContentResponse data) =>
    json.encode(data.toJson());