GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson(core.Map json_)
    : this(
        emailSendingConfig: json_['emailSendingConfig'] as core.bool?,
      );