DestinyItemComponentSetOfint32 class
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemComponentSetOfint32()
-
DestinyItemComponentSetOfint32.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instances ↔ DictionaryComponentResponseOfint32AndDestinyItemInstanceComponent?
-
getter/setter pair
- objectives ↔ DictionaryComponentResponseOfint32AndDestinyItemObjectivesComponent?
-
getter/setter pair
- perks ↔ DictionaryComponentResponseOfint32AndDestinyItemPerksComponent?
-
getter/setter pair
- plugObjectives ↔ DictionaryComponentResponseOfint32AndDestinyItemPlugObjectivesComponent?
-
getter/setter pair
- plugStates ↔ DictionaryComponentResponseOfuint32AndDestinyItemPlugComponent?
-
getter/setter pair
- renderData ↔ DictionaryComponentResponseOfint32AndDestinyItemRenderComponent?
-
getter/setter pair
- reusablePlugs ↔ DictionaryComponentResponseOfint32AndDestinyItemReusablePlugsComponent?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sockets ↔ DictionaryComponentResponseOfint32AndDestinyItemSocketsComponent?
-
getter/setter pair
- stats ↔ DictionaryComponentResponseOfint32AndDestinyItemStatsComponent?
-
getter/setter pair
- talentGrids ↔ DictionaryComponentResponseOfint32AndDestinyItemTalentGridComponent?
-
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<DestinyItemComponentSetOfint32>