backpacks property

List<AthenaCosmetic> backpacks

get backpacks of profile

Implementation

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