cosmeticLocker property
get cosmetic locker of profile
Implementation
List<CosmeticLocker> get cosmeticLocker =>
items.whereType<CosmeticLocker>().toList();
get cosmetic locker of profile
List<CosmeticLocker> get cosmeticLocker =>
items.whereType<CosmeticLocker>().toList();