import 'package:pokedex/filters.dart'; class SessionData { static bool darkMode = false; static int filter = Filters.All; }