GithubSignInResponse class
Constructors
- GithubSignInResponse({ResultStatus? status, String? message, String? name, String? email, String? image, String? allUserData, String? id, String? userName})
Properties
- allUserData → String?
-
This field is used to store all the user data in json format.
final
- email → String?
-
If user:email is used in Scope, it will be full.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- image → String?
-
final
- message → String?
-
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ResultStatus?
-
final
- userName → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited