routes.dart 57 B

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