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