LoggingConfig constructor
LoggingConfig({
- bool? enableStackdriverLogging,
Implementation
factory LoggingConfig({
$core.bool? enableStackdriverLogging,
}) {
final _result = create();
if (enableStackdriverLogging != null) {
_result.enableStackdriverLogging = enableStackdriverLogging;
}
return _result;
}