Archwing class
An archwing.
- Inheritance
-
- Object
- Item
- ItemCommon
- EquipableItem
- BuildableItem
- PowerSuit
- Archwing
- Annotations
-
- @JsonSerializable.new()
Constructors
-
Archwing({required String uniqueName, required String name, required String? description, required ItemType type, required String category, required String? productCategory, required bool tradable, required List<
Patchlog> ? patchlogs, required String imageName, required int? masteryReq, required int buildPrice, required int buildQuantity, required int buildTime, required int skipBuildTimePrice, required bool consumeOnBuild, required List<Component> ? components, required String? releaseDate, required int? marketCost, required int? bpCost, required int? itemCount, required String? wikiaThumbnail, required String? wikiaUrl, required bool isPrime, required bool? vaulted, required int shield, required int armor, required int health, required num stamina, required int power, required List<String> ? polarities, required List<Ability> abilities}) -
An archwing.
const
-
Archwing.fromJson(Map<
String, dynamic> data) -
Creates a Warframe from Json map
factory
Properties
-
abilities
→ List<
Ability> -
Warframe abilities
finalinherited
- armor → int
-
Armor health.
finalinherited
- bpCost → int?
-
Price of blueprint;
finalinherited
- buildPrice → int
-
The credit price to start building.
finalinherited
- buildQuantity → int
-
Amount of ItemCommons built per blueprint.
finalinherited
- buildTime → int
-
Time it takes for the build to finish.
finalinherited
- category → String
-
Item category.
finalinherited
-
components
→ List<
Component> ? -
List of components.
finalinherited
- consumeOnBuild → bool
-
Whether the blueprint is consumed after building.
finalinherited
- description → String?
-
Item decription.
finalinherited
- excludeFromCodex → bool?
-
Whether the item is excluded from the codex or not.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- health → int
-
Raw health.
finalinherited
- imageName → String?
-
Item image name.
finalinherited
- isPrime → bool
-
Whether the ItemCommon is a prime item.
finalinherited
- itemCount → int?
-
Item count.
finalinherited
- marketCost → int?
-
Platnuim price in the warframe market.
finalinherited
- masteryReq → int?
-
Mastery requirement needed to build item.
finalinherited
- name → String
-
Name of the item.
finalinherited
-
patchlogs
→ List<
Patchlog> ? -
Item changes throughout game version.
finalinherited
-
polarities
→ List<
String> ? -
Preinstalled polarities.
finalinherited
- power → int
-
Powersuit energy.
finalinherited
- productCategory → String?
-
Item product category.
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- releaseDate → String?
-
The date the item was released in game.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shield → int
-
Shield health.
finalinherited
- skipBuildTimePrice → int
-
Platnuim needed to skip buildTime.
finalinherited
- stamina → num
-
Stamina.
finalinherited
- stringify → bool?
-
If set to
true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited - tradable → bool
-
Whether this item is tradable or not.
finalinherited
- type → ItemType
-
Item type.
finalinherited
- uniqueName → String
-
Unique name used within the game.
finalinherited
- vaulted → bool?
-
Whether the ItemCommon has been removed from the drop rotation.
finalinherited
- wikiaThumbnail → String?
-
Wikia Item thumbnail url.
finalinherited
- wikiaUrl → String?
-
Item wikia url.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Creates a Json map from a Warframe
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited