DotnetSettings constructor

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

Implementation

DotnetSettings({
  this.common,
  this.forcedNamespaceAliases,
  this.handwrittenSignatures,
  this.ignoredResources,
  this.renamedResources,
  this.renamedServices,
});