Mutation$placeBet$placeBet$user class

Available extensions

Constructors

Mutation$placeBet$placeBet$user({required String id, String? email, Enum$Gender? gender, Enum$UserStatus? status, String? lastName, String? username, String? firstName, Mutation$placeBet$placeBet$user$phone? phone, Mutation$placeBet$placeBet$user$picture? picture, String $__typename = 'UserType'})
Mutation$placeBet$placeBet$user.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Mutation$placeBet$placeBet$user<Mutation$placeBet$placeBet$user>

Available on Mutation$placeBet$placeBet$user, provided by the UtilityExtension$Mutation$placeBet$placeBet$user extension

no setter
email String?
final
firstName String?
final
gender Enum$Gender?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
lastName String?
final
phone Mutation$placeBet$placeBet$user$phone?
final
picture Mutation$placeBet$placeBet$user$picture?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Enum$UserStatus?
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.
override