UserContestRankingHistory class

Annotations
  • @freezed

Constructors

UserContestRankingHistory({required bool attended, required _Contest contest, required int finishTimeInSeconds, required int problemsSolved, required int ranking, required double rating, required int totalProblems, required String trendDirection})
const
factory
UserContestRankingHistory.fromJson(Map<String, Object?> json)
factory

Properties

attended bool
no setterinherited
contest → _Contest
no setterinherited
copyWith → $UserContestRankingHistoryCopyWith<UserContestRankingHistory>
no setterinherited
finishTimeInSeconds int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
problemsSolved int
no setterinherited
ranking int
no setterinherited
rating double
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalProblems int
no setterinherited
trendDirection String
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