FetchProviderResponse constructor
const
FetchProviderResponse({})
Default constructors
Implementation
const factory FetchProviderResponse({
/// The list of providers that the user has previously signed in with.
@Default(<String>[]) List<String> allProviders,
/// Whether the email is for an existing account
@Default(false) bool registered,
}) = _FetchProviderResponse;