Query$user$user$socialLoginData$facebook class

Available extensions

Constructors

Query$user$user$socialLoginData$facebook({required String id, String? name, required String token, required String email, String? last_name, String? first_name})
Query$user$user$socialLoginData$facebook.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith CopyWith$Query$user$user$socialLoginData$facebook<Query$user$user$socialLoginData$facebook>

Available on Query$user$user$socialLoginData$facebook, provided by the UtilityExtension$Query$user$user$socialLoginData$facebook extension

no setter
email String
final
first_name String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
last_name String?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token 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.
override