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