skins property

get skins of profile

Implementation

List<AthenaCosmetic> get skins =>
    cosmetics.where((i) => i.type == "AthenaCharacter").toList();