QueRoute constructor
QueRoute({
- required String route,
- required NavigationType? type,
Implementation
QueRoute({required this.route, required this.type});
QueRoute({required this.route, required this.type});