itemWraps property
get item wraps of profile
Implementation
List<AthenaCosmetic> get itemWraps =>
cosmetics.where((i) => i.type == "AthenaItemWrap").toList();
get item wraps of profile
List<AthenaCosmetic> get itemWraps =>
cosmetics.where((i) => i.type == "AthenaItemWrap").toList();