DestinyGuardianRankIconBackgroundsDefinition class
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyGuardianRankIconBackgroundsDefinition()
-
DestinyGuardianRankIconBackgroundsDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- backgroundEmptyBlueGradientBorderedImagePath ↔ String?
-
getter/setter pair
- backgroundEmptyBorderedImagePath ↔ String?
-
getter/setter pair
- backgroundFilledBlueBorderedImagePath ↔ String?
-
getter/setter pair
- backgroundFilledBlueGradientBorderedImagePath ↔ String?
-
getter/setter pair
- backgroundFilledBlueLowAlphaImagePath ↔ String?
-
getter/setter pair
- backgroundFilledBlueMediumAlphaImagePath ↔ String?
-
getter/setter pair
- backgroundFilledGrayHeavyAlphaBorderedImagePath ↔ String?
-
getter/setter pair
- backgroundFilledGrayMediumAlphaBorderedImagePath ↔ String?
-
getter/setter pair
- backgroundFilledWhiteImagePath ↔ String?
-
getter/setter pair
- backgroundFilledWhiteMediumAlphaImagePath ↔ String?
-
getter/setter pair
- backgroundPlateBlackAlphaImagePath ↔ String?
-
getter/setter pair
- backgroundPlateBlackImagePath ↔ String?
-
getter/setter pair
- backgroundPlateWhiteImagePath ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
asyncFromJson(
Map< String, dynamic> json) → Future<DestinyGuardianRankIconBackgroundsDefinition>