generateBeginnerComments property
Determines whehter afib.dart generate ... will include helpful comments for beginners in generated files.
Implementation
static final generateBeginnerComments = AFConfigurationItemTrueFalse(
libraryId: AFUILibraryID.id,
name: "generate-beginner-comments",
validContexts: AFConfigurationItem.validContextsAllButNew,
ordinal: 310.0,
help: "Set to false if you do not want generated files to contain comments intended to help beginners",
defaultValue: true);