pickaxe property

String? pickaxe

get pickaxe of cosmetic locker

Implementation

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