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