ContestRanking class

Annotations
  • @freezed

Constructors

ContestRanking({required bool isPast, required List<ContestProblemInfo> questions, required List<ParticipantDetails> ranks, required List<Map<String, SubmissionInContest>> submissions, required double time, required int totalUser, required int totalPage})
const
factory
ContestRanking.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $ContestRankingCopyWith<ContestRanking>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isPast bool
no setterinherited
questions List<ContestProblemInfo>
no setterinherited
ranks List<ParticipantDetails>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submissions List<Map<String, SubmissionInContest>>
no setterinherited
time double
no setterinherited
totalPage int
no setterinherited
totalUser 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