factory Manufacturer.fromJson(Map<String, dynamic> json) => Manufacturer.fromValue(Value.fromJson(json));