cosmetics property

List<AthenaCosmetic> cosmetics

get cosmetics of the profile

Implementation

List<AthenaCosmetic> get cosmetics =>
    items.whereType<AthenaCosmetic>().toList();