Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user class
Constructors
- Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user.new({required String id, String? email, Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$picture? picture, String? lastName, String? firstName, Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$phone? phone})
-
Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ CopyWith$Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user<
Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user> -
Available on Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user, provided by the UtilityExtension$Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user extension
no setter - email → String?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- lastName → String?
-
final
- phone → Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$phone?
-
final
- picture → Query$getChallengeLeaderboardWithCurrentUser$getChallengeLeaderboardWithCurrentUser$objects$user$picture?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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