IdeConfig constructor
const
IdeConfig({})
Implementation
const IdeConfig({
required this.ideKind,
required this.displayName,
this.processKeywordsMac = const [],
this.processKeywordsWindows = const [],
this.processKeywordsLinux = const [],
});