Mutation$updateUser$updateUser$socialLoginData$apple class

Available extensions

Constructors

Mutation$updateUser$updateUser$socialLoginData$apple({String? email, String? status, String? givenName, String? familyName, required String identityToken, String? userIdentifier, String? authorizationCode})
Mutation$updateUser$updateUser$socialLoginData$apple.fromJson(Map<String, dynamic> json)
factory

Properties

authorizationCode String?
final
copyWith CopyWith$Mutation$updateUser$updateUser$socialLoginData$apple<Mutation$updateUser$updateUser$socialLoginData$apple>

Available on Mutation$updateUser$updateUser$socialLoginData$apple, provided by the UtilityExtension$Mutation$updateUser$updateUser$socialLoginData$apple extension

no setter
email String?
final
familyName String?
final
givenName String?
final
hashCode int
The hash code for this object.
no setteroverride
identityToken String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
userIdentifier 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