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