LoggingConfig.fromJson constructor
LoggingConfig.fromJson(
- Map json_
Implementation
LoggingConfig.fromJson(core.Map json_)
: this(
logSeverity: json_['logSeverity'] as core.String?,
);