PlayerDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

PlayerDTO({required String summonerId, required String teamId, required String position, required String role})
const
PlayerDTO.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
position String
final
role String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summonerId String
final
teamId 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