invoice/lib/redux/ui/ui_actions.dart

6 lines
86 B
Dart

class UpdateCurrentRoute {
UpdateCurrentRoute(this.route);
final String route;
}