router_param.dart 80 B

12345
  1. class RouterParam {
  2. const RouterParam();
  3. }
  4. const routerParam = RouterParam();