CppSettings constructor

CppSettings({
  1. CommonLanguageSettings? common,
})

Implementation

CppSettings({
  this.common,
});