GoogleIdentityAccesscontextmanagerV1CustomLevel.fromJson constructor

GoogleIdentityAccesscontextmanagerV1CustomLevel.fromJson(
  1. Map json_
)

Implementation

GoogleIdentityAccesscontextmanagerV1CustomLevel.fromJson(core.Map json_)
  : this(
      expr:
          json_.containsKey('expr')
              ? Expr.fromJson(
                json_['expr'] as core.Map<core.String, core.dynamic>,
              )
              : null,
    );