GoogleIdentityAccesscontextmanagerV1CustomLevel.fromJson constructor
GoogleIdentityAccesscontextmanagerV1CustomLevel.fromJson(
- 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,
);