AnonymousAuthenticationConfig.fromJson constructor

AnonymousAuthenticationConfig.fromJson(
  1. Map json_
)

Implementation

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