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