ConfigPair constructor

ConfigPair({
  1. String? description,
  2. List<FigSuggestion>? tomlSuggestions,
})

Implementation

ConfigPair({this.description, this.tomlSuggestions});