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