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