QueRoute constructor

QueRoute({
  1. required String route,
  2. required NavigationType? type,
})

Implementation

QueRoute({required this.route, required this.type});