DotnetSettings class
Settings for Dotnet client libraries.
Constructors
Properties
- common ↔ CommonLanguageSettings?
-
Some settings.
getter/setter pair
-
forcedNamespaceAliases
↔ List<
String> ? -
Namespaces which must be aliased in snippets due to a known (but
non-generator-predictable) naming collision
getter/setter pair
-
handwrittenSignatures
↔ List<
String> ? -
Method signatures (in the form "service.method(signature)") which are
provided separately, so shouldn't be generated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ignoredResources
↔ List<
String> ? -
List of full resource types to ignore during generation.
getter/setter pair
-
renamedResources
↔ Map<
String, String> ? -
Map from full resource types to the effective short name for the resource.
getter/setter pair
-
renamedServices
↔ Map<
String, String> ? -
Map from original service names to renamed versions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited