AthenaCosmeticVariant class Null safety
Athena cosmetic variant object
Constructors
-
AthenaCosmeticVariant({required String channel, required String active, required List<
String> owned}) -
AthenaCosmeticVariant.fromJson(Map<
String, dynamic> json) -
Creates a new AthenaCosmeticVariant from a JSON object
factory
Properties
- active ↔ String
-
The variant's active channel
read / write
- channel ↔ String
-
The variant's channel id
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
owned
↔ List<
String> -
Owned variants
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited