This website works better with JavaScript
Home
Explore
Help
Register
Sign In
plugins
/
router_gen
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
679df86a23
Branches
Tags
master
router_gen
/
lib
/
annotation
/
router_param.dart
router_param.dart
89 B
History
Raw
1
2
3
4
5
class RouterParam {
final bool required;
const RouterParam({this.required=false});
}