Item.fromRawJson constructor
Item.fromRawJson(
- String str
Implementation
factory Item.fromRawJson(String str) => Item.fromJson(json.decode(str));
factory Item.fromRawJson(String str) => Item.fromJson(json.decode(str));