ChallengeBundle class

fortnite challenge bundle

Constructors

ChallengeBundle({required String id, required String name, required String unlockType, required List tags, required List apiTags, required dynamic colors, required dynamic images, required List bundleRewards, List q = const []})

Properties

apiTags List
api tags
getter/setter pair
bundleRewards List
rewards for the bundle
getter/setter pair
colors ↔ dynamic
colors for the bundle
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
bundle id
getter/setter pair
images ↔ dynamic
images for quest bundle
getter/setter pair
name String
bundle name
getter/setter pair
quests List<Quest>
list of challenges
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List
tags
getter/setter pair
unlockType String
unlock type
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