tomlBool top-level property
Implementation
final List<FigSuggestion> tomlBool = [
FigSuggestion(name: 'true'),
FigSuggestion(name: 'false'),
];
final List<FigSuggestion> tomlBool = [
FigSuggestion(name: 'true'),
FigSuggestion(name: 'false'),
];