DestinyVendorActionDefinition class
If a vendor can ever end up performing actions, these are the properties that will be related to those actions. I'm not going to bother documenting this yet, as it is unused and unclear if it will ever be used... but in case it is ever populated and someone finds it useful, it is defined here.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyVendorActionDefinition()
-
DestinyVendorActionDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionHash ↔ int?
-
getter/setter pair
- actionId ↔ String?
-
getter/setter pair
- autoPerformAction ↔ bool?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- executeSeconds ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String?
-
getter/setter pair
- isPositive ↔ bool?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verb ↔ String?
-
getter/setter pair
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<DestinyVendorActionDefinition>