Quest class Null safety
fortnite quest
Constructors
Properties
- enabled ↔ bool
-
is the quest enabled
read / write
- enabledDate ↔ String
-
date when quest was enabled
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
quest id
read / write
- locations ↔ List
-
map locations for the quest
read / write
- name ↔ String
-
quest name
read / write
- parentQuest ↔ dynamic
-
parest quest of the quest
read / write
- progressTotal ↔ int
-
total progress of the quest
read / write
- reward ↔ dynamic
-
reward object for quest
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
tags of the quest
read / write
- tandemCharacter ↔ dynamic
-
npc character of the quest
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited