GoSettings constructor
GoSettings({
- CommonLanguageSettings? common,
- Map<
String, String> renamedServices = const {},
Implementation
GoSettings({this.common, this.renamedServices = const {}})
: super(fullyQualifiedName);