List<ItemValue> itemValueFromJson(String str) => List<ItemValue>.from(json.decode(str).map((x) => ItemValue.fromMap(x)));