menu
flutter_nop package
documentation
router.dart
RouteQueueEntry
queryParams property
queryParams property
dark_mode
light_mode
queryParams
property
Map
queryParams
final
/path/to?user=foo
=> {'user': 'foo'}
Implementation
final Map<dynamic, dynamic> queryParams;
flutter_nop package
documentation
router
RouteQueueEntry
queryParams property
RouteQueueEntry class