SocialAuthMethodEnum class
google-oauth2- Goolge *linkedin-oauth2- Linked In *facebook- Facebook *none- None
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → SocialAuthMethodEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< SocialAuthMethodEnum>
Constants
- facebook → const SocialAuthMethodEnum
- googleOauth2 → const SocialAuthMethodEnum
- linkedinOauth2 → const SocialAuthMethodEnum
- none → const SocialAuthMethodEnum
-
values
→ const List<
SocialAuthMethodEnum> - List of all possible values in this SocialAuthMethodEnum.