StormKingQuest class Null safety

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
read / write
completionTarget int
Target completion of the quest
read / write
description String
The quest description
read / write
firstWeekOnly bool
Is quest first week only
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
isCompleted bool
is quest completed
read-only
name String
The quest name
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
templateId String
The quest id
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