ArtifactInfo class
- Implemented types
Constructors
- ArtifactInfo(String? Flower_of_Life, String? Sands_of_Eon, String? Plume_of_Death, String? Circlet_of_Logos, String? Goblet_of_Eonothem, String? one_set_description, String? two_set_description, String? four_set_description, String? Flower_of_Life_asset, String? Sands_of_Eon_asset, String? Plume_of_Death_asset, String? Circlet_of_Logos_asset, String? Goblet_of_Eonothem_asset)
Properties
- Circlet_of_Logos → String?
-
final
- Circlet_of_Logos_asset → String?
-
final
- Flower_of_Life → String?
-
final
- Flower_of_Life_asset → String?
-
final
- four_set_description → String?
-
final
- Goblet_of_Eonothem → String?
-
final
- Goblet_of_Eonothem_asset → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- one_set_description → String?
-
final
- Plume_of_Death → String?
-
final
- Plume_of_Death_asset → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Sands_of_Eon → String?
-
final
- Sands_of_Eon_asset → String?
-
final
- two_set_description → String?
-
final
Methods
-
fromMap(
Map map) → ArtifactInfo -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited