GoSettings constructor

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

Implementation

GoSettings({this.common, this.renamedServices = const {}})
  : super(fullyQualifiedName);