factory ItemValue.fromMap(Map<String, dynamic> json) => ItemValue( name: json["name"], description: json["description"], value: json["value"], state: json["state"], );