LoggingConfig.fromJson constructor

LoggingConfig.fromJson(
  1. Map json_
)

Implementation

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