ChallengeConfigInfoDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

ChallengeConfigInfoDTO({required int id, required Map<String, Map<String, String>> localizedNames, State? state, Tracking? tracking, int? startTimestamp, int? endTimestamp, bool? leaderboard, Map<String, double>? thresholds})
const
ChallengeConfigInfoDTO.fromJson(Map<String, dynamic> json)
factory

Properties

endTimestamp int?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
leaderboard bool?
final
localizedNames Map<String, Map<String, String>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimestamp int?
final
state State?
final
thresholds Map<String, double>?
final
tracking Tracking?
final

Methods

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

Operators

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