RouteSettings constructor
RouteSettings({
- bool? dataTraceEnabled,
- bool? detailedMetricsEnabled,
- LoggingLevel? loggingLevel,
- int? throttlingBurstLimit,
- double? throttlingRateLimit,
Implementation
RouteSettings({
this.dataTraceEnabled,
this.detailedMetricsEnabled,
this.loggingLevel,
this.throttlingBurstLimit,
this.throttlingRateLimit,
});