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