ConfigPair constructor
ConfigPair({
- String? description,
- List<
FigSuggestion> ? tomlSuggestions,
Implementation
ConfigPair({this.description, this.tomlSuggestions});