IdentitytoolkitRelyingpartySendVerificationCodeResponse.fromJson constructor
IdentitytoolkitRelyingpartySendVerificationCodeResponse.fromJson(
- Map json_
Implementation
IdentitytoolkitRelyingpartySendVerificationCodeResponse.fromJson(
core.Map json_)
: this(
sessionInfo: json_.containsKey('sessionInfo')
? json_['sessionInfo'] as core.String
: null,
);