Line data Source code
1 : part of 'main.dart'; 2 : 3 : extension VRouterContext on BuildContext { 4 2 : VRouterData get vRouter => VRouter.of(this); 5 : }