recipeIngredient property
Implementation
ListBuilder<String> get recipeIngredient => _$this._recipeIngredient ??= ListBuilder<String>();
Implementation
set recipeIngredient(covariant ListBuilder<String>? recipeIngredient) => _$this._recipeIngredient = recipeIngredient;