GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(
  1. Map _json
)

Implementation

GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(core.Map _json)
    : this(
        enabled: _json.containsKey('enabled')
            ? _json['enabled'] as core.bool
            : null,
      );