settingsGeneratorsMap top-level property

Map<String, FigGenerator> settingsGeneratorsMap
final

Implementation

final settingsGeneratorsMap = <String, FigGenerator>{
  "autocomplete.disableForCommands": disableForCommandsGenerator,
  "autocomplete.theme": themesGenerator,
};