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