loadingScreens property
get loading screens of profile
Implementation
List<AthenaCosmetic> get loadingScreens =>
cosmetics.where((i) => i.type == "AthenaLoadingScreen").toList();
get loading screens of profile
List<AthenaCosmetic> get loadingScreens =>
cosmetics.where((i) => i.type == "AthenaLoadingScreen").toList();