pickaxes property

List<AthenaCosmetic> pickaxes

get pickaxes of profile

Implementation

List<AthenaCosmetic> get pickaxes =>
    cosmetics.where((i) => i.type == "AthenaPickaxe").toList();