routes.dart 55 B

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