ObjectivesDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

ObjectivesDTO({required ObjectiveDTO baron, required ObjectiveDTO champion, required ObjectiveDTO dragon, required ObjectiveDTO inhibitor, required ObjectiveDTO riftHerald, required ObjectiveDTO tower})
const
ObjectivesDTO.fromJson(Map<String, dynamic> json)
factory

Properties

baron ObjectiveDTO
final
champion ObjectiveDTO
final
dragon ObjectiveDTO
final
hashCode int
The hash code for this object.
no setterinherited
inhibitor ObjectiveDTO
final
riftHerald ObjectiveDTO
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tower ObjectiveDTO
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