recipeIngredient property

ListBuilder<String> get recipeIngredient
override

Implementation

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

Implementation

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