routes.dart 58 B

1234
  1. class Routes {
  2. static const String index = "/index";
  3. }