AuthProviders enum

Inheritance

Constructors

AuthProviders()
const
AuthProviders.from(String? source)
factory

Values

apple → const AuthProviders
biometric → const AuthProviders
email → const AuthProviders
facebook → const AuthProviders
github → const AuthProviders
google → const AuthProviders
phone → const AuthProviders
twitter → const AuthProviders
username → const AuthProviders
none → const AuthProviders

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isAllowBiometric bool
no setter
isApple bool
no setter
isBiometric bool
no setter
isEmail bool
no setter
isFacebook bool
no setter
isGithub bool
no setter
isGoogle bool
no setter
isNone bool
no setter
isPhone bool
no setter
isTwitter bool
no setter
isUsername bool
no setter
isVerified bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AuthProviders>
A constant List of the values in this enum, in order of their declaration.