invoice/lib/redux/ui/ui_actions.dart

4 lines
84 B
Dart

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