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