IDEConfigs constructor

const IDEConfigs({
  1. IntelliJConfig intelliJ = IntelliJConfig.empty,
})

Implementation

const IDEConfigs({this.intelliJ = IntelliJConfig.empty});