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