GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2RequestLogging.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);