recipeInstructions property

ListBuilder<String> get recipeInstructions
override

Implementation

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

Implementation

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