GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2Inheritance.fromJson(
  1. Map _json
)

Implementation

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