AccessDeterminationLogConfig.fromJson constructor

AccessDeterminationLogConfig.fromJson(
  1. Map json_
)

Implementation

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