NodeSettings constructor

NodeSettings({
  1. CommonLanguageSettings? common,
})

Implementation

NodeSettings({
  this.common,
});