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