ProductIngredient

fun ProductIngredient(    text: String? = null,     id: String,     rank: Long = -1,     percent: String? = null,     percentEstimate: Float? = null,     percentMin: Float? = null,     percentMax: Float? = null,     vegan: String? = null,     vegetarian: String? = null,     hasSubIngredients: String? = null)