QuestItem class Null safety

Fortnite Quest item object

Inheritance

Constructors

QuestItem(Client client, {required String id, required FortniteProfile profileId, required String templateId, required Map<String, dynamic> attributes, required int quantity})
Quest item

Properties

attributes Map<String, dynamic>
attributes of the item
read / writeinherited
challengeBundleId String
get quest challenge bundle id
read-only
client Client
main client
read / writeinherited
completion int
get completion of quest
read-only
creationTime DateTime
Get when quest was created
read-only
hashCode int
The hash code for this object.
read-onlyinherited
id String
unique id of the item
read / writeinherited
isActive bool
is the quest active
read-only
isFavourite bool
is the item favourite
read-onlyinherited
lastUpdate DateTime
Last update time
read-only
profileId FortniteProfile
profile id of the item
read / writeinherited
quantity int
quantity of the item
read / writeinherited
rarity String
rarity of quest
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
templateId String
template if of the item
read / writeinherited

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