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