SingleComponentResponseOfDestinyVendorCategoriesComponent class

Annotations
  • @JsonSerializable()

Properties

data DestinyVendorCategoriesComponent?
A vendor can have many categories of items that they sell. This component will return the category information for available items, as well as the index into those items in the user's sale item list. Note that, since both the category and items are indexes, this data is Content Version dependent. Be sure to check that your content is up to date before using this data. This is an unfortunate, but permanent, limitation of Vendor data.
getter/setter pair
disabled bool?
If true, this component is disabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
privacy ComponentPrivacySetting?
getter/setter pair
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