loadingScreens property

List<AthenaCosmetic> loadingScreens

get loading screens of profile

Implementation

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