DotnetSettings constructor

DotnetSettings({
  1. CommonLanguageSettings? common,
  2. Map<String, String> renamedServices = const {},
  3. Map<String, String> renamedResources = const {},
  4. List<String> ignoredResources = const [],
  5. List<String> forcedNamespaceAliases = const [],
  6. List<String> handwrittenSignatures = const [],
})

Implementation

DotnetSettings({
  this.common,
  this.renamedServices = const {},
  this.renamedResources = const {},
  this.ignoredResources = const [],
  this.forcedNamespaceAliases = const [],
  this.handwrittenSignatures = const [],
}) : super(fullyQualifiedName);