itemWraps property

List<AthenaCosmetic> itemWraps

get item wraps of profile

Implementation

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