ContentResponse.fromRawJson constructor
ContentResponse.fromRawJson(
- String str
Implementation
factory ContentResponse.fromRawJson(String str) =>
ContentResponse.fromJson(json.decode(str));
factory ContentResponse.fromRawJson(String str) =>
ContentResponse.fromJson(json.decode(str));