import 'package:training_planner/navigation/baseNavigation.dart'; class NextStopLoadedEvent { ActiveTask task; NextStopLoadedEvent(this.task); }