transactionContentResponseFromJson function Null safety
- String str
Implementation
TransactionContentResponse transactionContentResponseFromJson(String str) =>
TransactionContentResponse.fromJson(json.decode(str));
TransactionContentResponse transactionContentResponseFromJson(String str) =>
TransactionContentResponse.fromJson(json.decode(str));