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