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