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