Destiny2CoreSettings class

Annotations
  • @JsonSerializable()

Constructors

Destiny2CoreSettings()
Destiny2CoreSettings.fromJson(Map<String, dynamic> json)
factory

Properties

activeSealsRootNodeHash int?
getter/setter pair
activeTriumphsRootNodeHash int?
getter/setter pair
ammoTypeHeavyIcon String?
getter/setter pair
ammoTypePrimaryIcon String?
getter/setter pair
ammoTypeSpecialIcon String?
getter/setter pair
badgesRootNode int?
getter/setter pair
collectionRootNode int?
getter/setter pair
craftingRootNodeHash int?
getter/setter pair
currentRankProgressionHashes List<int>?
getter/setter pair
currentSeasonalArtifactHash int?
getter/setter pair
currentSeasonHash int?
getter/setter pair
exoticCatalystsRootNodeHash int?
getter/setter pair
futureSeasonHashes List<int>?
getter/setter pair
guardianRankConstantsHash int?
getter/setter pair
guardianRanksRootNodeHash int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertPlugFreeBlockedSocketTypeHashes List<int>?
getter/setter pair
insertPlugFreeProtectedPlugItemHashes List<int>?
getter/setter pair
legacySealsRootNodeHash int?
getter/setter pair
legacyTriumphsRootNodeHash int?
getter/setter pair
loadoutConstantsHash int?
getter/setter pair
loreRootNodeHash int?
getter/setter pair
medalsRootNode int?
getter/setter pair
medalsRootNodeHash int?
getter/setter pair
metricsRootNode int?
getter/setter pair
pastSeasonHashes List<int>?
getter/setter pair
recordsRootNode int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasonalChallengesPresentationNodeHash int?
getter/setter pair
undiscoveredCollectibleImage 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<Destiny2CoreSettings>