GoogleCloudIdentitytoolkitAdminV2RecaptchaKey constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaKey({
  1. String? key,
  2. String? type,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2RecaptchaKey({
  this.key,
  this.type,
});