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