router_page.dart 75 B

12345
  1. class RouterPage {
  2. final String path;
  3. const RouterPage({this.path});
  4. }