DestinyInsertPlugActionDefinition class
Data related to what happens while a plug is being inserted, mostly for UI purposes.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyInsertPlugActionDefinition()
-
DestinyInsertPlugActionDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionExecuteSeconds ↔ int?
-
How long it takes for the Plugging of the item to be completed once it is initiated, if you care.
getter/setter pair
- actionType ↔ SocketTypeActionType?
-
The type of action being performed when you act on this Socket Type. The most common value is "insert plug", but there are others as well (for instance, a "Masterwork" socket may allow for Re-initialization, and an Infusion socket allows for items to be consumed to upgrade the item)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asyncToJson(
) → Future< Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
asyncFromJson(
Map< String, dynamic> json) → Future<DestinyInsertPlugActionDefinition>