Query$user$user$socialLoginData$google class

Available extensions

Constructors

Query$user$user$socialLoginData$google({required String sub, String? name, required String email, required String token, String? locale, String? picture, String? given_name, String? family_name, bool? email_verified})
Query$user$user$socialLoginData$google.fromJson(Map<String, dynamic> json)
factory

Properties

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

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

no setter
email String
final
email_verified bool?
final
family_name String?
final
given_name String?
final
hashCode int
The hash code for this object.
no setteroverride
locale String?
final
name String?
final
picture String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub String
final
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