AthenaCosmeticVariant class

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
getter/setter pair
channel String
The variant's channel id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
owned List<String>
Owned variants
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited