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