UserContestRanking class

Annotations
  • @freezed

Constructors

UserContestRanking({required int attendedContestsCount, required _Badge badge, required int globalRanking, required double rating, required double topPercentage, required int totalParticipants})
const
factory
UserContestRanking.fromJson(Map<String, Object?> json)
factory

Properties

attendedContestsCount int
no setterinherited
badge → _Badge
no setterinherited
copyWith → $UserContestRankingCopyWith<UserContestRanking>
no setterinherited
globalRanking int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rating double
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topPercentage double
no setterinherited
totalParticipants int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited