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