backpack property

String? backpack

get backpack of cosmetic locker

Implementation

String? get backpack =>
    (_lockerSlotsData["Backpack"]?["items"] as List).first?.toString();