dances property

get dances of profile

Implementation

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