GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.fromJson constructor
GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.fromJson(core.Map json_)
: this(verificationCode: json_['verificationCode'] as core.String?);