StormKingQuest class

A class representing storm king quest

Constructors

StormKingQuest(String templateId, String name, String description, int completionTarget, {bool firstWeekOnly = false})

Properties

completionCurrent int
Get current completion of quest
getter/setter pair
completionTarget int
Target completion of the quest
getter/setter pair
description String
The quest description
getter/setter pair
firstWeekOnly bool
Is quest first week only
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
is quest completed
no setter
name String
The quest name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String
The quest id
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