generateUIPrototypes property

AFConfigurationItemTrueFalse generateUIPrototypes
final

Determines whehter afib.dart generate ... will include helpful comments for beginners in generated files.

Implementation

static final generateUIPrototypes = AFConfigurationItemTrueFalse(
  libraryId: AFUILibraryID.id,
  name: "generate-ui-prototypes",
  validContexts: AFConfigurationItem.validContextsAllButNew,
  ordinal: 320.0,
  help: "Set to false if you do not want a ui prototype to be automatically added when you create a new ui element",
  defaultValue: true);