DestinyItemComponentSetOfint64 class
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemComponentSetOfint64()
-
DestinyItemComponentSetOfint64.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instances ↔ DictionaryComponentResponseOfint64AndDestinyItemInstanceComponent?
-
getter/setter pair
- objectives ↔ DictionaryComponentResponseOfint64AndDestinyItemObjectivesComponent?
-
getter/setter pair
- perks ↔ DictionaryComponentResponseOfint64AndDestinyItemPerksComponent?
-
getter/setter pair
- plugObjectives ↔ DictionaryComponentResponseOfint64AndDestinyItemPlugObjectivesComponent?
-
getter/setter pair
- plugStates ↔ DictionaryComponentResponseOfuint32AndDestinyItemPlugComponent?
-
getter/setter pair
- renderData ↔ DictionaryComponentResponseOfint64AndDestinyItemRenderComponent?
-
getter/setter pair
- reusablePlugs ↔ DictionaryComponentResponseOfint64AndDestinyItemReusablePlugsComponent?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sockets ↔ DictionaryComponentResponseOfint64AndDestinyItemSocketsComponent?
-
getter/setter pair
- stats ↔ DictionaryComponentResponseOfint64AndDestinyItemStatsComponent?
-
getter/setter pair
- talentGrids ↔ DictionaryComponentResponseOfint64AndDestinyItemTalentGridComponent?
-
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<DestinyItemComponentSetOfint64>