TransactionContentResponse.fromJson constructor Null safety
Implementation
factory TransactionContentResponse.fromJson(Map<String, dynamic> json) =>
TransactionContentResponse(
data: TransactionContentResponseData.fromJson(json['data']),
);