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