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