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