GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.fromJson constructor

GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.fromJson(core.Map json_)
    : this(
        verificationCode: json_.containsKey('verificationCode')
            ? json_['verificationCode'] as core.String
            : null,
      );