GoogleCloudIdentitytoolkitAdminV2Anonymous.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2Anonymous.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2Anonymous.fromJson(core.Map json_)
  : this(enabled: json_['enabled'] as core.bool?);