SigninDetailGoogleAuthenticationOptions.fromJson constructor

SigninDetailGoogleAuthenticationOptions.fromJson(
  1. Map json_
)

Implementation

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