recipeIngredient property

ListBuilder<String> get recipeIngredient

Implementation

ListBuilder<String> get recipeIngredient;
set recipeIngredient (covariant ListBuilder<String>? recipeIngredient)
covariant

Implementation

set recipeIngredient(covariant ListBuilder<String>? recipeIngredient);