routes.dart 99 B

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