tomlBool top-level property

List<FigSuggestion> tomlBool
final

Implementation

final List<FigSuggestion> tomlBool = [
  FigSuggestion(name: 'true'),
  FigSuggestion(name: 'false'),
];