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