DestinyColor class
Represents a color whose RGBA values are all represented as values between 0 and 255.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyColor()
-
DestinyColor.fromJson(Map<
String, dynamic> json) -
factory
Properties
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<DestinyColor>