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