guideExclude property

List<String> get guideExclude

Implementation

List<String> get guideExclude => docs_recipe.resolveGuideExcludeForRecipe(
  recipe,
  fallback: optionSet['guide']['exclude'].valueAt(context),
);