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