emotes property Null safety
get emotes of cosmetic locker
Implementation
List<String> get emotes =>
(_lockerSlotsData["Dance"]?["items"] as List).cast<String>();
get emotes of cosmetic locker
List<String> get emotes =>
(_lockerSlotsData["Dance"]?["items"] as List).cast<String>();