STWSchematic class Null safety

STW Schematic object

Inheritance

Constructors

STWSchematic(Client client, {required String id, required FortniteProfile profileId, required String templateId, required Map<String, dynamic> attributes, required int quantity})
STW Schematic

Properties

attributes Map<String, dynamic>
attributes of the item
read / write, inherited
client Client
main client
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
id String
unique id of the item
read / write, inherited
isFavourite bool
is the item favourite
read-only, inherited
isStormKing bool
is it a storm king schematic
read-only
level int
get level
read-only
oreOrCrystal String?
is the schematic ore or crystal. its null if the schematic is a trap.
read-only
profileId FortniteProfile
profile id of the item
read / write, inherited
quantity int
quantity of the item
read / write, inherited
rarity String
get rarity
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
templateId String
template if of the item
read / write, inherited
tier int
get tier
read-only
type String
get type of schematic (weapon or trap).
read-only

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