TeamDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

TeamDTO({required String id, required String tournamentId, required String name, required int iconId, required int tier, String? caption, String? abbreviation, required List<PlayerDTO> players})
const
TeamDTO.fromJson(Map<String, dynamic> json)
factory

Properties

abbreviation String?
final
caption String?
final
hashCode int
The hash code for this object.
no setterinherited
iconId int
final
id String
final
name String
final
players List<PlayerDTO>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tier int
final
tournamentId String
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