gliders property

List<AthenaCosmetic> gliders

get gliders of profile

Implementation

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