DestinyItemComponentSetOfuint32 class
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyItemComponentSetOfuint32()
-
DestinyItemComponentSetOfuint32.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instances ↔ DictionaryComponentResponseOfuint32AndDestinyItemInstanceComponent?
-
getter/setter pair
- objectives ↔ DictionaryComponentResponseOfuint32AndDestinyItemObjectivesComponent?
-
getter/setter pair
- perks ↔ DictionaryComponentResponseOfuint32AndDestinyItemPerksComponent?
-
getter/setter pair
- plugObjectives ↔ DictionaryComponentResponseOfuint32AndDestinyItemPlugObjectivesComponent?
-
getter/setter pair
- plugStates ↔ DictionaryComponentResponseOfuint32AndDestinyItemPlugComponent?
-
getter/setter pair
- renderData ↔ DictionaryComponentResponseOfuint32AndDestinyItemRenderComponent?
-
getter/setter pair
- reusablePlugs ↔ DictionaryComponentResponseOfuint32AndDestinyItemReusablePlugsComponent?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sockets ↔ DictionaryComponentResponseOfuint32AndDestinyItemSocketsComponent?
-
getter/setter pair
- stats ↔ DictionaryComponentResponseOfuint32AndDestinyItemStatsComponent?
-
getter/setter pair
- talentGrids ↔ DictionaryComponentResponseOfuint32AndDestinyItemTalentGridComponent?
-
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<DestinyItemComponentSetOfuint32>