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