character property

String? character

get character of cosmetic locker

Implementation

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