emotes property

List<String> emotes

get emotes of cosmetic locker

Implementation

List<String> get emotes =>
    (_lockerSlotsData["Dance"]?["items"] as List).cast<String>();