ProviderUserInfo constructor
Default constructor
Implementation
const factory ProviderUserInfo({
/// The linked provider ID (e.g. "google.com" for the Google provider).
required String providerId,
/// The unique ID identifies the IdP account.
required String federatedId,
}) = _ProviderUserInfo;