GoSettings constructor

GoSettings({
  1. CommonLanguageSettings? common,
  2. Map<String, String>? renamedServices,
})

Implementation

GoSettings({this.common, this.renamedServices});