Quest class

fortnite quest

Constructors

Quest({required String id, required String name, required bool enabled, required String enabledDate, required dynamic parentQuest, required int progressTotal, required dynamic tandemCharacter, required List tags, required dynamic reward, required List locations})

Properties

enabled bool
is the quest enabled
getter/setter pair
enabledDate String
date when quest was enabled
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
quest id
getter/setter pair
locations List
map locations for the quest
getter/setter pair
name String
quest name
getter/setter pair
parentQuest ↔ dynamic
parest quest of the quest
getter/setter pair
progressTotal int
total progress of the quest
getter/setter pair
reward ↔ dynamic
reward object for quest
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List
tags of the quest
getter/setter pair
tandemCharacter ↔ dynamic
npc character of the quest
getter/setter pair

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