TournamentDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

TournamentDTO({required int? id, required int? themeId, String? nameKey, String? nameKeySecondary, List<TournamentPhaseDTO>? schedule})
const
TournamentDTO.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
final
nameKey String?
final
nameKeySecondary String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule List<TournamentPhaseDTO>?
final
themeId int?
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