UContentResponse.fromJson constructor
UContentResponse.fromJson(
- String str
Implementation
factory UContentResponse.fromJson(String str) => UContentResponse.fromMap(json.decode(str));
factory UContentResponse.fromJson(String str) => UContentResponse.fromMap(json.decode(str));